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 | 筌??彦? | 11100010101000110011111100111111100101010100011000111111 | e2a33f3f95463f |
EUC-JP | 筌??彦? | 11100100101001010011111100111111110010011010011100111111 | e4a53f3fc9a73f |
UTF-8 | 筌댁쐴彦켃 | 111001111010110110001100111010111000110010000001111011001001000010110100111001011011110110100110111011001011110010000011 | e7ad8ceb8c81ec90b4e5bda6ecbc83 |
UHC | 筌댁쐴彦켃 | 11101111101001111011010011101100101111101010000111100101111010011011000101000010 | efa7b4ecbea1e5e9b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)