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 | 瓦??節ユせ | 10001010101000100011111100111111100100001101111110000011100001101000001010111001 | 8aa23f3f90df838682b9 |
EUC-JP | 瓦??節ユせ | 10110100101001000011111100111111110000001110000110100101111001101010010010111011 | b4a43f3fc0e1a5e6a4bb |
UTF-8 | 瓦닺궟節ユせ | 111001111001001110100110111010111000101110111010111010101011011010011111111001111010111110000000111000111000001110100110111000111000000110011011 | e793a6eb8bbaeab69fe7af80e383a6e3819b |
UHC | 瓦닺궟節ユせ | 111010001011111110110100111010001000001010110010111011111011110110101011111001101010101010111011 | e8bfb4e882b2efbdabe6aabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)