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 | 辯√純縲 | 1110011110000111100000011110001110001111100000111110001110000000 | e78781e38f83e380 |
EUC-JP | 辯√純縲 | 1110110111100111101000101110010110111101111000111110010111100000 | ede7a2e5bde3e5e0 |
UTF-8 | 辯√純縲 | 111010001011111010101111111000101000100010011010111001111011010010010100111001111011100010110010 | e8beafe2889ae7b494e7b8b2 |
UHC | 辯√純? | 11011100101010101010000111101110111000101110110100111111 | dcaaa1eee2ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)