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 | ????咀? | 00111111001111110011111100111111100110011111000000111111 | 3f3f3f3f99f03f |
EUC-JP | ????咀駙 | 001111110011111100111111001111111101001011110010100011111110100110101001 | 3f3f3f3fd2f28fe9a9 |
UTF-8 | 吏흘렩렍咀駙 | 111011111010011110011110111011011001110110011000111010111010000010101001111010111010000010001101111001011001001010000000111010011010011110011001 | efa79eed9d98eba0a9eba08de59280e9a799 |
UHC | 吏흘렩렍咀駙 | 111011001010011111001000111010101000111010110111100011101010001111101110101110101101110110111111 | eca7c8ea8eb78ea3eebaddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)