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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?竊??驛 | 00111111111000101000011000111111001111111110100110000011 | 3fe2863f3fe983 |
EUC-JP | ?竊??驛 | 00111111111000111110011000111111001111111111000111100011 | 3fe3e63f3ff1e3 |
UTF-8 | 챦竊좄묍驛 | 111011001011000110100110111001111010101110001010111011001010001010000100111010111010110010001101111010011010100110011011 | ecb1a6e7ab8aeca284ebac8de9a99b |
UHC | 챦竊좄묍驛 | 11000011101011111110111110111100101000001110100010111001101000111110011010111110 | c3afefbca0e8b9a3e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)