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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 実岦篠 | 100011101100000011111010101011001000111011000010 | 8ec0faac8ec2 |
EUC-JP | 実岦篠 | 10111100110000101000111110111011101100111011110011000100 | bcc28fbbb3bcc4 |
UTF-8 | 実岦篠 | 111001011010111010011111111001011011001010100110111001111010111110100000 | e5ae9fe5b2a6e7afa0 |
UHC | ??篠 | 00111111001111111110000111000110 | 3f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)