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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載???痂 | 10001101110110100011111100111111001111111110000101101111 | 8dda3f3f3fe16f |
EUC-JP | 載???痂 | 10111010110111000011111100111111001111111110000111010000 | badc3f3f3fe1d0 |
UTF-8 | 載언눅뤚痂 | 111010001011110010001001111011001001011010111000111010111000100010000101111010111010010010011010111001111001011110000010 | e8bc89ec96b8eb8885eba49ae79782 |
UHC | 載언눅뤚痂 | 11101110101100001011111011110000101101001010101010001111110010011100101010110010 | eeb0bef0b4aa8fc9cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)