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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???節??? | 0011111100111111001111111001000011011111001111110011111100111111 | 3f3f3f90df3f3f3f |
EUC-JP | ???節??? | 0011111100111111001111111100000011100001001111110011111100111111 | 3f3f3fc0e13f3f3f |
UTF-8 | 了싩엮節뤻꽇樂 | 111011111010011010111010111011001000101110101001111011001001011110101110111001111010111110000000111010111010010010111011111010101011110110000111111011111010011010111111 | efa6baec8ba9ec97aee7af80eba4bbeabd87efa6bf |
UHC | 了싩엮節뤻꽇樂 | 1110100011100111100110101110011110111111101010111110111110111101100011111110100110000100100110011110100011111001 | e8e79ae7bfabefbd8fe98499e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)