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 | 둕샱둕둕샱둕^ | 11101011100100011001010111101100100000111011000111101011100100011001010111101011100100011001010111101100100000111011000111101011100100011001010101011110 | eb9195ec83b1eb9195eb9195ec83b1eb91955e |
UHC | 둕샱둕둕샱둕^ | 10001010010011101001100011010101100010100100111010001010010011101001100011010101100010100100111001011110 | 8a4e98d58a4e8a4e98d58a4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)