To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | メスセ鉷齏 | 1111000111100001110100101111000110001110101111011011111011111011110011011110100011101011 | f1e1d2f18ebdbefbcde8eb |
EUC-JP | ?メ?スセ鉷齏 | 00111111100011101101001000111111100011101011110110001110101111101000111111100011111100011111000011101101 | 3f8ed23f8ebd8ebe8fe3f1f0ed |
UTF-8 | メスセ鉷齏 | 111011101000010110011100111011111011111010010010111011101000010010001001111011111011110110111101111011111011110110111110111010011000100110110111111010011011110110001111 | ee859cefbe92ee8489efbdbdefbdbee989b7e9bd8f |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)