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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 隸뉗뜽吏롥쨼 | 111011111010011010111000111010111000100110010111111010111001110010111101111011111010011110011110111010111010000110100101111011001010100010111100 | efa6b8eb8997eb9cbdefa79eeba1a5eca8bc |
UHC | 隸뉗뜽吏롥쨼 | 111001111110011010000111111011001000110110111000111011001010011110001110111001011010010010010110 | e7e687ec8db8eca78ee5a496 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)