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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諱ッ閾倒^ | 1110011010000001101011111110100010000111100100110111110001011110 | e681afe887937c5e |
EUC-JP | 諱ッ閾倒^ | 111010111110000110001110101011111110111111100111110001011101110101011110 | ebe18eafefe7c5dd5e |
UTF-8 | 諱ッ閾倒^ | 11101000101010111011000111101111101111011010111111101001100101101011111011100101100000001001001001011110 | e8abb1efbdafe996bee580925e |
UHC | 諱??倒^ | 11111101110010010011111100111111110100111110111001011110 | fdc93f3fd3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)