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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?燉}?燉{^ | 001111111110000010010111011111010011111111100000100101110111101101011110 | 3fe0977d3fe0977b5e |
EUC-JP | ?燉}?燉{^ | 001111111101111111110111011111010011111111011111111101110111101101011110 | 3fdff77d3fdff77b5e |
UTF-8 | 넉燉}넉燉{^ | 111010111000010010001001111001111000011110001001011111011110101110000100100010011110011110000111100010010111101101011110 | eb8489e787897deb8489e787897b5e |
UHC | 넉燉}넉燉{^ | 1011001111001011110101001100100101111101101100111100101111010100110010010111101101011110 | b3cbd4c97db3cbd4c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)