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 | 閻ォ雋喜悖髣 | 1110100010000101101010111110100010110010100010101110110010011100101000011110100110010111 | e885abe8b28aec9ca1e997 |
EUC-JP | 閻ォ雋喜悖髣 | 111011111110010110001110101010111111000010110100101101001110111011011000101000111111000111110111 | efe58eabf0b4b4eed8a3f1f7 |
UTF-8 | 閻ォ雋喜悖髣 | 111010011001011010111011111011111011110110101011111010011001101110001011111001011001011010011100111001101000001010010110111010011010101110100011 | e996bbefbdabe99b8be5969ce68296e9aba3 |
UHC | 閻?雋喜悖? | 11100111101000100011111111110001111001101111110111101100111110001010011100111111 | e7a23ff1e6fdecf8a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)