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 | ?蔘}?蔘{^ | 001111111110010011110011011111010011111111100100111100110111101101011110 | 3fe4f37d3fe4f37b5e |
EUC-JP | ?蔘}?蔘{^ | 001111111110100011110101011111010011111111101000111101010111101101011110 | 3fe8f57d3fe8f57b5e |
UTF-8 | 롒蔘}롒蔘{^ | 111010111010000110010010111010001001010010011000011111011110101110100001100100101110100010010100100110000111101101011110 | eba192e894987deba192e894987b5e |
UHC | 롒蔘}롒蔘{^ | 1000111011010111110111111011100001111101100011101101011111011111101110000111101101011110 | 8ed7dfb87d8ed7dfb87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)