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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 諱ッ閾澱E | 1110011010000001101011111110100010000111100100110110001001000101 | e681afe887936245 |
EUC-JP | 諱ッ閾澱E | 111010111110000110001110101011111110111111100111110001011100001101000101 | ebe18eafefe7c5c345 |
UTF-8 | 諱ッ閾澱E | 11101000101010111011000111101111101111011010111111101001100101101011111011100110101111101011000101000101 | e8abb1efbdafe996bee6beb145 |
UHC | 諱??澱E | 11111101110010010011111100111111111011101111111001000101 | fdc93f3feefe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)