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 | ???繹?? | 00111111001111110011111111100011100010000011111100111111 | 3f3f3fe3883f3f |
EUC-JP | ???繹?? | 00111111001111110011111111100101111010000011111100111111 | 3f3f3fe5e83f3f |
UTF-8 | 娛묌옒繹먫뀘 | 111001011010100010011011111010111010110010001100111011001001100010010010111001111011100110111001111010111010100010101011111010111000000010011000 | e5a89bebac8cec9892e7b9b9eba8abeb8098 |
UHC | 娛묌옒繹먫뀘 | 111001111111010010010001111010011001111010011000111001101011101010010000111010001000010110010001 | e7f491e99e98e6ba90e88591 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)