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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??枇ァ?? | 0011111100111111100101001111100010000011010000000011111100111111 | 3f3f94f883403f3f |
EUC-JP | ??枇ァ?寗 | 00111111001111111100100011111010101001011010000100111111100011111011101011100000 | 3f3fc8faa5a13f8fbae0 |
UTF-8 | 룴점枇ァ룶寗 | 111010111010001110110100111011001010000010010000111001101001111010000111111000111000001010100001111010111010001110110110111001011010111110010111 | eba3b4eca090e69e87e382a1eba3b6e5af97 |
UHC | 룴점枇ァ룶寗 | 100011111010100111000001101000011101110111101101101010111010000110001111101010111101001010111100 | 8fa9c1a1ddedaba18fabd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)