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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???員? | 001111110011111100111111100010001111010100111111 | 3f3f3f88f53f |
EUC-JP | ???員? | 001111110011111100111111101100001111011100111111 | 3f3f3fb0f73f |
UTF-8 | 롘롖렗員렠 | 111010111010000110011000111010111010000110010110111010111010000010010111111001011001001110100001111010111010000010100000 | eba198eba196eba097e593a1eba0a0 |
UHC | 롘롖렗員렠 | 10001110110111001000111011011010100011101010110011101010101011001000111010110001 | 8edc8eda8eaceaac8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)