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 | 苒λ?鈺?? | 111001001001001010000011110010010011111111111011110001000011111100111111 | e49283c93ffbc43f3f |
EUC-JP | 苒λ?鈺?? | 11100111111100101010011011001011001111111000111111100011110101010011111100111111 | e7f2a6cb3f8fe3d53f3f |
UTF-8 | 苒λ젿鈺됰젚 | 1110100010001011100100101100111010111011111011001010000010111111111010011000100010111010111010111001000010110000111011001010000010011010 | e88b92cebbeca0bfe988baeb90b0eca09a |
UHC | 苒λ젿鈺됰젚 | 111001101111111010100101111010111010000010110001111010001010110110001001111010111010000010010110 | e6fea5eba0b1e8ad89eba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)