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 | 悠?}悠?{^ | 100101110100100100111111011111011001011101001001001111110111101101011110 | 97493f7d97493f7b5e |
EUC-JP | 悠?}悠?{^ | 110011011010101000111111011111011100110110101010001111110111101101011110 | cdaa3f7dcdaa3f7b5e |
UTF-8 | 悠톛}悠톛{^ | 111001101000001010100000111011011000011010011011011111011110011010000010101000001110110110000110100110110111101101011110 | e682a0ed869b7de682a0ed869b7b5e |
UHC | 悠톛}悠톛{^ | 1110101011101101101101110111000101111101111010101110110110110111011100010111101101011110 | eaedb7717deaedb7717b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)