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 | 獄??鎰? | 10001101100101100011111100111111111010000100110000111111 | 8d963f3fe84c3f |
EUC-JP | 獄??鎰? | 10111001111101100011111100111111111011111010110100111111 | b9f63f3fefad3f |
UTF-8 | 獄븍슪鎰셭 | 111001111000110110000100111010111011100010001101111011001000101010101010111010011000111010110000111011001000010110101101 | e78d84ebb88dec8aaae98eb0ec85ad |
UHC | 獄븍슪鎰셭 | 11101000101010111011101011101011100110101011001111101100111100001001100101101111 | e8abbaeb9ab3ecf0996f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)