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 | 伊屯???祉 | 100010001100100110010011110101000011111100111111001111111000111010000011 | 88c993d43f3f3f8e83 |
EUC-JP | 伊屯???祉 | 101100001100101111000110110101100011111100111111001111111011101111100011 | b0cbc6d63f3f3fbbe3 |
UTF-8 | 伊屯렣경歷祉 | 111001001011110010001010111001011011000110101111111010111010000010100011111010101011001010111101111011111010011010001100111001111010010110001001 | e4bc8ae5b1afeba0a3eab2bdefa68ce7a589 |
UHC | 伊屯렣경歷祉 | 111011001010010111010100111010101000111010110100101100001110011011100110101110001111001010110011 | eca5d4ea8eb4b0e6e6b8f2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)