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 | ?銑}?銑{^ | 001111111001000101001100011111010011111110010001010011000111101101011110 | 3f914c7d3f914c7b5e |
EUC-JP | ?銑}?銑{^ | 001111111100000110101101011111010011111111000001101011010111101101011110 | 3fc1ad7d3fc1ad7b5e |
UTF-8 | 쓹銑}쓹銑{^ | 111011001001001110111001111010011000101010010001011111011110110010010011101110011110100110001010100100010111101101011110 | ec93b9e98a917dec93b9e98a917b5e |
UHC | 쓹銑}쓹銑{^ | 1001110110010101111000001101010101111101100111011001010111100000110101010111101101011110 | 9d95e0d57d9d95e0d57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)