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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 濠冪? | 1000110110001010100110010111000000111111 | 8d8a99703f |
EUC-JP | 濠冪? | 1011100111101010110100011101000100111111 | b9ead1d13f |
UTF-8 | 濠冪렱 | 111001101011111110100000111001011000011010101010111010111010000010110001 | e6bfa0e586aaeba0b1 |
UHC | 濠冪렱 | 111110111100110011011000111100011000111010111110 | fbccd8f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)