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 | 畏??矮②? | 100010001101100000111111001111111110000111100010100001110100000100111111 | 88d83f3fe1e287413f |
EUC-JP | 畏??矮?? | 1011000011011010001111110011111111100010111001000011111100111111 | b0da3f3fe2e43f3f |
UTF-8 | 畏붵굢矮②린 | 111001111001010110001111111010111011011010110101111010101011010110100010111001111001111110101110111000101001000110100001111010111010011010110000 | e7958febb6b5eab5a2e79faee291a1eba6b0 |
UHC | 畏붵굢矮②린 | 111010001110011010010100111000111000001010001001111010001110000110101000111010001011100010110000 | e8e694e38289e8e1a8e8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)