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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 溜깅젣E溜깅젣EB | 111011111010011110001011111010101011100110000101111011001010000010100011010001011110111110100111100010111110101010111001100001011110110010100000101000110100010101000010 | efa78beab985eca0a345efa78beab985eca0a34542 |
UHC | 溜깅젣E溜깅젣EB | 111010101111111010110001111010111010000010011100010001011110101011111110101100011110101110100000100111000100010101000010 | eafeb1eba09c45eafeb1eba09c4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)