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 | 軒??? | 1000110010101100001111110011111100111111 | 8cac3f3f3f |
EUC-JP | 軒??? | 1011100010101110001111110011111100111111 | b8ae3f3f3f |
UTF-8 | 軒밆궞랁 | 111010001011101110010010111010111011000010000110111010101011011010011110111010111001111010000001 | e8bb92ebb086eab69eeb9e81 |
UHC | 軒밆궞랁 | 1111101011001101100100110100010010000010101100011000110111101101 | facd934482b18ded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)