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 | 鴃溪}鴃溪{^ | 1110100111101110100111111110001001111101111010011110111010011111111000100111101101011110 | e9ee9fe27de9ee9fe27b5e |
EUC-JP | 鴃溪}鴃溪{^ | 1111001011110000110111101110010001111101111100101111000011011110111001000111101101011110 | f2f0dee47df2f0dee47b5e |
UTF-8 | 鴃溪}鴃溪{^ | 111010011011010010000011111001101011101010101010011111011110100110110100100000111110011010111010101010100111101101011110 | e9b483e6baaa7de9b483e6baaa7b5e |
UHC | ?溪}?溪{^ | 001111111100110110100010011111010011111111001101101000100111101101011110 | 3fcda27d3fcda27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)