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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ?權ヒB? | 00111111100111101101110010000011011100010100001000111111 | 3f9edc8371423f |
EUC-JP | ?權ヒB? | 00111111110111001101111010100101110100100100001000111111 | 3fdcdea5d2423f |
UTF-8 | 룵權ヒB룶 | 11101011101000111011010111100110101011001000101011100011100000111001001001000010111010111010001110110110 | eba3b5e6ac8ae3839242eba3b6 |
UHC | 룵權ヒB룶 | 100011111010101011001111111011011010101111010010010000101000111110101011 | 8faacfedabd2428fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)