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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 癲ぱ??B | 11100001100111111000001011001111001111110011111101000010 | e19f82cf3f3f42 |
EUC-JP | 癲ぱ??B | 11100010101000011010010011010001001111110011111101000010 | e2a1a4d13f3f42 |
UTF-8 | 癲ぱ됱젴B | 11100111100110011011001011100011100000011011000111101011100100001011000111101100101000001011010001000010 | e799b2e381b1eb90b1eca0b442 |
UHC | 癲ぱ됱젴B | 111011111010011010101010110100011000100111101100101000001010100001000010 | efa6aad189eca0a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)