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 | 訝??節ヨ | 1110011001100010001111110011111110010000110111111000001110001000 | e6623f3f90df8388 |
EUC-JP | 訝??節ヨ | 1110101111000011001111110011111111000000111000011010010111101000 | ebc33f3fc0e1a5e8 |
UTF-8 | 訝딁퇄節ヨ | 111010001010100010011101111010111001010010000001111011011000011110000100111001111010111110000000111000111000001110101000 | e8a89deb9481ed8784e7af80e383a8 |
UHC | 訝딁퇄節ヨ | 11100100101110001000101011100111101101111001010111101111101111011010101111101000 | e4b88ae7b795efbdabe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)