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 | 濠???痂 | 10001101100010100011111100111111001111111110000101101111 | 8d8a3f3f3fe16f |
EUC-JP | 濠???痂 | 10111001111010100011111100111111001111111110000111010000 | b9ea3f3f3fe1d0 |
UTF-8 | 濠언눅뤚痂 | 111001101011111110100000111011001001011010111000111010111000100010000101111010111010010010011010111001111001011110000010 | e6bfa0ec96b8eb8885eba49ae79782 |
UHC | 濠언눅뤚痂 | 11111011110011001011111011110000101101001010101010001111110010011100101010110010 | fbccbef0b4aa8fc9cab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)