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 | 蒸兢??倚? | 100011111111011010011001010111010011111100111111100110001101111100111111 | 8ff6995d3f3f98df3f |
EUC-JP | 蒸兢??倚? | 101111101111100011010001101111100011111100111111110100001110000100111111 | bef8d1be3f3fd0e13f |
UTF-8 | 蒸兢렓렞倚렊 | 111010001001001010111000111001011000010110100010111010111010000010010011111010111010000010011110111001011000000010011010111010111010000010001010 | e892b8e585a2eba093eba09ee5809aeba08a |
UHC | 蒸兢렓렞倚렊 | 111100011111101011010000111001111000111010101000100011101010111111101011111011111000111010100001 | f1fad0e78ea88eafebef8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)