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 | 吏흘갱炡멱렏 | 111011111010011110011110111011011001110110011000111010101011000010110001111001111000001010100001111010111010100110110001111010111010000010001111 | efa79eed9d98eab0b1e782a1eba9b1eba08f |
UHC | 吏흘갱炡멱렏 | 111011001010011111001000111010101011000010111011111011111110100010111000111010001000111010100101 | eca7c8eab0bbefe8b8e88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)