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 | 羲芽帰 | 111000111011101010001001111010001000101101000001 | e3ba89e88b41 |
EUC-JP | 羲芽帰 | 111001101011110010110010111010101011010110100010 | e6bcb2eab5a2 |
UTF-8 | 羲芽帰 | 111001111011111010110010111010001000101010111101111001011011100010110000 | e7beb2e88abde5b8b0 |
UHC | 羲芽? | 1111110111111101111001001011010000111111 | fdfde4b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)