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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
EUC-JP | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
UTF-8 | 묪뫔묬뭊묧E | 11101011101011001010101011101011101010111001010011101011101011001010110011101011101011011000101011101011101011001010011101000101 | ebacaaebab94ebacacebad8aebaca745 |
UHC | 묪뫔묬뭊묧E | 1001001001000010100100011011011010010010010000111001001001010101100100011111111001000101 | 924291b69243925591fe45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)