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 | 壤??驛 | 100110101101111100111111001111111110100110000011 | 9adf3f3fe983 |
EUC-JP | 壤??驛 | 110101001110000100111111001111111111000111100011 | d4e13f3ff1e3 |
UTF-8 | 壤쀫쁼驛 | 111001011010001110100100111011001000000010101011111011001000000110111100111010011010100110011011 | e5a3a4ec80abec81bce9a99b |
UHC | 壤쀫쁼驛 | 1110010110111101100101111110101110011000100000111110011010111110 | e5bd97eb9883e6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)