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 | 呂먮젺囹⑸젡 | 111011111010011010000000111010111010100010101110111011001010000010111010111011111010011010101001111000101001000110111000111011001010000010100001 | efa680eba8aeeca0baefa6a9e291b8eca0a1 |
UHC | 呂먮젺囹⑸젡 | 111001011111101110010000111010111010000010101101111001111010101010101001111010111010000010011010 | e5fb90eba0ade7aaa9eba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)