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 | 淙?艤? | 100111111100100000111111111001000111111000111111 | 9fc83fe47e3f |
EUC-JP | 淙?艤? | 110111101100101000111111111001111101111100111111 | deca3fe7df3f |
UTF-8 | 淙렊艤렜 | 111001101011011110011001111010111010000010001010111010001000100110100100111010111010000010011100 | e6b799eba08ae889a4eba09c |
UHC | 淙렊艤렜 | 1111000011111000100011101010000111101011111110101000111010101110 | f0f88ea1ebfa8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)