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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 駭?駭? | 111010010110111000111111111010010110111000111111 | e96e3fe96e3f |
EUC-JP | 駭?駭? | 111100011100111100111111111100011100111100111111 | f1cf3ff1cf3f |
UTF-8 | 駭텱駭튛 | 111010011010011110101101111011011000010110110001111010011010011110101101111011011000101010011011 | e9a7aded85b1e9a7aded8a9b |
UHC | 駭텱駭튛 | 1111101010110100101101110100010011111010101101001011101001001100 | fab4b744fab4ba4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)