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 | 辜ゅけ | 111001111000001110000010111000111000001010101111 | e78382e382af |
EUC-JP | 辜ゅけ | 111011011110001110100100111001011010010010110001 | ede3a4e5a4b1 |
UTF-8 | 辜ゅけ | 111010001011111010011100111000111000001010000101111000111000000110010001 | e8be9ce38285e38191 |
UHC | 辜ゅけ | 110011011101000010101010111001011010101010110001 | cdd0aae5aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)