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 | 節ワ?臟 | 10010000110111111000001110001111001111111110010001100110 | 90df838f3fe466 |
EUC-JP | 節ワ?臟 | 11000000111000011010010111101111001111111110011111000111 | c0e1a5ef3fe7c7 |
UTF-8 | 節ワ숴臟 | 111001111010111110000000111000111000001110101111111011001000100010110100111010001000011110011111 | e7af80e383afec88b4e8879f |
UHC | 節ワ숴臟 | 1110111110111101101010111110111110111101101001001110110111110100 | efbdabefbda4edf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)