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 | 蔓鴃茯鴿 | 1001011010100000111010011110111011100100101010001110100111111001 | 96a0e9eee4a8e9f9 |
EUC-JP | 蔓鴃茯鴿 | 1100110010100010111100101111000011101000101010101111001011111011 | cca2f2f0e8aaf2fb |
UTF-8 | 蔓鴃茯鴿 | 111010001001010010010011111010011011010010000011111010001000110010101111111010011011010010111111 | e89493e9b483e88cafe9b4bf |
UHC | 蔓?茯? | 110110001100000000111111110111001101101000111111 | d8c03fdcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)