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 | ?り?源?? | 0011111110000010111010000011111110001100101110010011111100111111 | 3f82e83f8cb93f3f |
EUC-JP | ?り?源?? | 0011111110100100111010100011111110111000101110110011111100111111 | 3fa4ea3fb8bb3f3f |
UTF-8 | 閭り퇌源꾤맧 | 111011111010011010000110111000111000001010001010111011011000011110001100111001101011101010010000111010101011111010100100111010111010011110100111 | efa686e3828aed878ce6ba90eabea4eba7a7 |
UHC | 閭り퇌源꾤맧 | 111001101010110110101010111010101011011110011101111010101011100110000100111001111001000010110000 | e6adaaeab79deab984e790b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)