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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 酊憺酊憺^ | 111001111100001010011100111010011110011111000010100111001110100101011110 | e7c29ce9e7c29ce95e |
EUC-JP | 酊憺酊憺^ | 111011101100010011011000111010111110111011000100110110001110101101011110 | eec4d8ebeec4d8eb5e |
UTF-8 | 酊憺酊憺^ | 11101001100001011000101011100110100001101011101011101001100001011000101011100110100001101011101001011110 | e9858ae686bae9858ae686ba5e |
UHC | 酊憺酊憺^ | 111011111111100011010011101111001110111111111000110100111011110001011110 | eff8d3bceff8d3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)