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 | 餓??汝?? | 1000100111101100001111110011111110010011111100000011111100111111 | 89ec3f3f93f03f3f |
EUC-JP | 餓??汝?? | 1011001011101110001111110011111111000110111100100011111100111111 | b2ee3f3fc6f23f3f |
UTF-8 | 餓뽪릍汝싪큹 | 111010011010010010010011111010111011110110101010111010111010011010001101111001101011000110011101111011001000101110101010111011011000000110111001 | e9a493ebbdaaeba68de6b19dec8baaed81b9 |
UHC | 餓뽪릍汝싪큹 | 111001001011101110010110111001101011100010101100111001101010001110011010111010001011010010001000 | e4bb96e6b8ace6a39ae8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)