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 | 瑩?該? | 111000001111000000111111100010100101100100111111 | e0f03f8a593f |
EUC-JP | 瑩?該? | 111000001111001000111111101100111011101000111111 | e0f23fb3ba3f |
UTF-8 | 瑩렖該렮 | 111001111001000110101001111010111010000010010110111010001010100110110010111010111010000010101110 | e791a9eba096e8a9b2eba0ae |
UHC | 瑩렖該렮 | 1111101110101001100011101010101111111010101100011000111010111011 | fba98eabfab18ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)