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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 罌??幼?] | 1110001110100000001111110011111110010111011000110011111101011101 | e3a03f3f97633f5d |
EUC-JP | 罌??幼?] | 1110011010100010001111110011111111001101110001000011111101011101 | e6a23f3fcdc43f5d |
UTF-8 | 罌삘넀幼숼] | 11100111101111011000110011101100100000101001100011101011100001001000000011100101101110011011110011101100100010001011110001011101 | e7bd8cec8298eb8480e5b9bcec88bc5d |
UHC | 罌삘넀幼숼] | 1110010110100010101110111110001010000110100100001110101011101010100110100101000101011101 | e5a2bbe28690eaea9a515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)