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 | 窩?ぐ | 1110001001111100001111111000001010101110 | e27c3f82ae |
EUC-JP | 窩?ぐ | 1110001111011101001111111010010010110000 | e3dd3fa4b0 |
UTF-8 | 窩찰ぐ | 111001111010101010101001111011001011000010110000111000111000000110010000 | e7aaa9ecb0b0e38190 |
UHC | 窩찰ぐ | 111010001100000011000010111110111010101010110000 | e8c0c2fbaab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)