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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅λ?耶?? | 100111111011100010000011110010010011111110010110111010110011111100111111 | 9fb883c93f96eb3f3f |
EUC-JP | 涅λ?耶?? | 110111101011101010100110110010110011111111001100111011010011111100111111 | debaa6cb3fcced3f3f |
UTF-8 | 涅λ젩耶⑶낫 | 1110011010110110100001011100111010111011111011001010000010101001111010001000000010110110111000101001000110110110111010111000001010101011 | e6b685cebbeca0a9e880b6e291b6eb82ab |
UHC | 涅λ젩耶⑶낫 | 111001101110111010100101111010111010000010100001111001011010110110101001111010011011001110110100 | e6eea5eba0a1e5ada9e9b3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)