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 | 遙??瓦?? | 1110101010100001001111110011111110001010101000100011111100111111 | eaa13f3f8aa23f3f |
EUC-JP | 遙??瓦?? | 1111010010100011001111110011111110110100101001000011111100111111 | f4a33f3fb4a43f3f |
UTF-8 | 遙댐쉼瓦뱄쉴 | 111010011000000110011001111010111000110010010000111011001000100110111100111001111001001110100110111010111011000110000100111011001000100110110100 | e98199eb8c90ec89bce793a6ebb184ec89b4 |
UHC | 遙댐쉼瓦뱄쉴 | 111010011010101110110100111011111011110110110000111010001011111110111001111011111011110110101111 | e9abb4efbdb0e8bfb9efbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)