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 | 伊頭?游?? | 100010001100100110010011101010100011111110011111111000000011111100111111 | 88c993aa3f9fe03f3f |
EUC-JP | 伊頭?游?? | 101100001100101111000110101011000011111111011110111000100011111100111111 | b0cbc6ac3fdee23f3f |
UTF-8 | 伊頭ㄿ游쯤렠 | 111001001011110010001010111010011010000010101101111000111000010010111111111001101011100010111000111011001010111110100100111010111010000010100000 | e4bc8ae9a0ade384bfe6b8b8ecafa4eba0a0 |
UHC | 伊頭ㄿ游쯤렠 | 111011001010010111010100111010011010010010101111111010101111110111000010111010111000111010110001 | eca5d4e9a4afeafdc2eb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)