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 | ???泣?? | 00111111001111110011111110001011100000110011111100111111 | 3f3f3f8b833f3f |
EUC-JP | 邕??泣?? | 100011111110000111101101001111110011111110110101111000110011111100111111 | 8fe1ed3f3fb5e33f3f |
UTF-8 | 邕잙냵泣ㅶ끍 | 111010011000001010010101111011001001111010011001111010111000001110110101111001101011001110100011111000111000010110110110111010111000000110001101 | e98295ec9e99eb83b5e6b3a3e385b6eb818d |
UHC | 邕잙냵泣ㅶ끍 | 111010001011101110011111111010111000011010000101111010111110100010100100111001101000010110111110 | e8bb9feb8685ebe8a4e685be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)