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 | ???娟?? | 00111111001111110011111110011011010011100011111100111111 | 3f3f3f9b4e3f3f |
EUC-JP | ???娟顚? | 001111110011111100111111110101011010111110001111111010001011001100111111 | 3f3f3fd5af8fe8b33f |
UTF-8 | 뤊풆ㅳ娟顚╉ | 111010111010010010001010111011011001001010000110111000111000010110110011111001011010100010011111111010011010000110011010111000101001010110001001 | eba48aed9286e385b3e5a89fe9a19ae29589 |
UHC | 뤊풆ㅳ娟顚╉ | 100011111011101010111110100011101010010011100011111001101100001011101111101101001010011011100011 | 8fbabe8ea4e3e6c2efb4a6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)