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 | ÂBhEÂBhEB | 1100001010010010010000100110100001000101110000101001001001000010011010000100010101000010 | c292426845c29242684542 |
SJIS-WIN | ??BhE??BhEB | 0011111100111111010000100110100001000101001111110011111101000010011010000100010101000010 | 3f3f4268453f3f42684542 |
EUC-JP | Â?BhEÂ?BhEB | 100011111010101010100100001111110100001001101000010001011000111110101010101001000011111101000010011010000100010101000010 | 8faaa43f4268458faaa43f42684542 |
UTF-8 | ÂBhEÂBhEB | 110000111000001011000010100100100100001001101000010001011100001110000010110000101001001001000010011010000100010101000010 | c382c292426845c382c29242684542 |
UHC | ??BhE??BhEB | 0011111100111111010000100110100001000101001111110011111101000010011010000100010101000010 | 3f3f4268453f3f42684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)