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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴃溪軫笳 | 1110100111101110100111111110001011100111011001101110001010010111 | e9ee9fe2e766e297 |
EUC-JP | 鴃溪軫笳 | 1111001011110000110111101110010011101101110001111110001111110111 | f2f0dee4edc7e3f7 |
UTF-8 | 鴃溪軫笳 | 111010011011010010000011111001101011101010101010111010001011101110101011111001111010110010110011 | e9b483e6baaae8bbabe7acb3 |
UHC | ?溪軫? | 001111111100110110100010111100101110001000111111 | 3fcda2f2e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)