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 | ?坎?堵 | 001111111001101010101010001111111001001101100111 | 3f9aaa3f9367 |
EUC-JP | ?坎?堵 | 001111111101010010101100001111111100010111001000 | 3fd4ac3fc5c8 |
UTF-8 | 뤗坎쟈堵 | 111010111010010010010111111001011001110110001110111011001001111110001000111001011010000010110101 | eba497e59d8eec9f88e5a0b5 |
UHC | 뤗坎쟈堵 | 1000111111000111110010101110110011000000111100001101001111110010 | 8fc7caecc0f0d3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)