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 | 遙ラ?節?? | 111010101010000110000011100010010011111110010000110111110011111100111111 | eaa183893f90df3f3f |
EUC-JP | 遙ラ?節?? | 111101001010001110100101111010010011111111000000111000010011111100111111 | f4a3a5e93fc0e13f3f |
UTF-8 | 遙ラ삫節뉒맏 | 111010011000000110011001111000111000001110101001111011001000001010101011111001111010111110000000111010111000100110010010111010111010011110001111 | e98199e383a9ec82abe7af80eb8992eba78f |
UHC | 遙ラ삫節뉒맏 | 111010011010101110101011111010011001100010101010111011111011110110000111111001111011100010111010 | e9ababe998aaefbd87e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)