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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼」邏吮伯 | 111010001000010010100011111001111011010010011001111000101001010010001100 | e884a3e7b499e2948c |
EUC-JP | 閼」邏吮伯 | 11101111111001001000111010100011111011101011011011010010111001001100011111101100 | efe48ea3eeb6d2e4c7ec |
UTF-8 | 閼」邏吮伯 | 111010011001011010111100111011111011110110100011111010011000001010001111111001011001000010101110111001001011110010101111 | e996bcefbda3e9828fe590aee4bcaf |
UHC | 閼?邏?伯 | 1110010011011001001111111101010110100100001111111101101111010111 | e4d93fd5a43fdbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)