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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???洧?? | 0011111100111111001111111000111111000111101101000011111100111111 | 3f3f3f8fc7b43f3f |
UTF-8 | 玲곷쓽洧좊뮅 | 111011111010011010101101111010101011001110110111111011001001001110111101111001101011010010100111111011001010001010001010111010111010111010000101 | efa6adeab3b7ec93bde6b4a7eca28aebae85 |
UHC | 玲곷쓽洧좊뮅 | 111001111011111110000001111010111001110110011000111010101111101110100000111010111001001010010100 | e7bf81eb9d98eafba0eb9294 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)