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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涅??疑?ゥ | 100111111011100000111111001111111000101101011110001111111000001101000100 | 9fb83f3f8b5e3f8344 |
EUC-JP | 涅??疑?ゥ | 110111101011101000111111001111111011010110111111001111111010010110100101 | deba3f3fb5bf3fa5a5 |
UTF-8 | 涅곗궗疑딃ゥ | 111001101011011010000101111010101011001110010111111010101011011010010111111001111001011010010001111010111001010010000011111000111000001010100101 | e6b685eab397eab697e79691eb9483e382a5 |
UHC | 涅곗궗疑딃ゥ | 111001101110111010110000111011001000001010101100111010111111011110001010111010011010101110100101 | e6eeb0ec82acebf78ae9aba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)