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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 麟ㅲ넁麟ㅲ넁^ | 11101111101001111011001111100011100001011011001011101011100001001000000111101111101001111011001111100011100001011011001011101011100001001000000101011110 | efa7b3e385b2eb8481efa7b3e385b2eb84815e |
UHC | 麟ㅲ넁麟ㅲ넁^ | 11101100111010001010010011100010100001101001000111101100111010001010010011100010100001101001000101011110 | ece8a4e28691ece8a4e286915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)