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 | 臀芽帰 | 111001000101110010001001111010001000101101000001 | e45c89e88b41 |
EUC-JP | 臀芽帰 | 111001111011110110110010111010101011010110100010 | e7bdb2eab5a2 |
UTF-8 | 臀芽帰 | 111010001000011110000000111010001000101010111101111001011011100010110000 | e88780e88abde5b8b0 |
UHC | 臀芽? | 1101010011101011111001001011010000111111 | d4ebe4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)