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 | ?領鰻襁 | 00111111100101111100110010001001010101101110010111110100 | 3f97cc8956e5f4 |
EUC-JP | ?領鰻襁 | 00111111110011101100111010110001101101111110101011110110 | 3fceceb1b7eaf6 |
UTF-8 | 렺領鰻襁 | 111010111010000010111010111010011010000010011000111010011011000010111011111010001010010110000001 | eba0bae9a098e9b0bbe8a581 |
UHC | 렺領鰻襁 | 1000111011000010110101101100010111011000110001001100101110111010 | 8ec2d6c5d8c4cbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)