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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 了쏅끁李뉓퉪 | 111011111010011010111010111011001000111110000101111010111000000110000001111011111010011110100001111010111000100110010011111011011000100110101010 | efa6baec8f85eb8181efa7a1eb8993ed89aa |
UHC | 了쏅끁李뉓퉪 | 111010001110011110011011111010111000010110110111111011001011000010000111111010001011100110000010 | e8e79beb85b7ecb087e8b982 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)