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 | 堤??盤 | 100100101110011100111111001111111001010011010101 | 92e73f3f94d5 |
EUC-JP | 堤??盤 | 110001001110100100111111001111111100100011010111 | c4e93f3fc8d7 |
UTF-8 | 堤목렱盤 | 111001011010000010100100111010111010101010101001111010111010000010110001111001111001101110100100 | e5a0a4ebaaa9eba0b1e79ba4 |
UHC | 堤목렱盤 | 1111000010100111101110001111000110001110101111101101101011101111 | f0a7b8f18ebedaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)