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 | 褸零ャ撰シ倶 | 11100101111110001001011111101011101011001001000011101111101111001000101111100100 | e5f897ebac90efbc8be4 |
EUC-JP | 褸零ャ撰シ倶 | 111010101111101011001110111011011000111010101100110000001111000110001110101111001011011011100110 | eafaceed8eacc0f18ebcb6e6 |
UTF-8 | 褸零ャ撰シ倶 | 111010001010010010111000111010011001101110110110111011111011110110101100111001101001001010110000111011111011110110111100111001011000000010110110 | e8a4b8e99bb6efbdace692b0efbdbce580b6 |
UHC | 褸零?撰?? | 110101111010111011010110110000110011111111110011101111000011111100111111 | d7aed6c33ff3bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)