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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | タロ | 110000001101101111110000110010011111000010100111 | c0dbf0c9f0a7 |
EUC-JP | タロ?? | 100011101100000010001110110110110011111100111111 | 8ec08edb3f3f |
UTF-8 | タロ | 111011111011111010000000111011111011111010011011111011101000001010001000111011101000000110100110 | efbe80efbe9bee8288ee81a6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)