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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬲エ譖∽ソ | 1110100110101101101101001110011010011011100000011110010010111111 | e9adb4e69b81e4bf |
EUC-JP | 鬲エ譖∽ソ | 11110010101011111000111010110100111010111111101110100010111001101000111010111111 | f2af8eb4ebfba2e68ebf |
UTF-8 | 鬲エ譖∽ソ | 111010011010110010110010111011111011110110110100111010001010110110010110111000101000100010111101111011111011110110111111 | e9acb2efbdb4e8ad96e288bdefbdbf |
UHC | ???∽? | 001111110011111100111111101000011110111100111111 | 3f3f3fa1ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)