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 | 鬲エ譖∬゙ | 1110100110101101101101001110011010011011100000011110100011011110 | e9adb4e69b81e8de |
EUC-JP | 鬲エ譖∬゙ | 11110010101011111000111010110100111010111111101110100010111010101000111011011110 | f2af8eb4ebfba2ea8ede |
UTF-8 | 鬲エ譖∬゙ | 111010011010110010110010111011111011110110110100111010001010110110010110111000101000100010101100111011111011111010011110 | e9acb2efbdb4e8ad96e288acefbe9e |
UHC | ???∬? | 001111110011111100111111101000011111001100111111 | 3f3f3fa1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)