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 | 弔邁? | 1001001010100010111001111011000000111111 | 92a2e7b03f |
EUC-JP | 弔邁? | 1100010010100100111011101011001000111111 | c4a4eeb23f |
UTF-8 | 弔邁헤 | 111001011011110010010100111010011000001010000001111011011001011110100100 | e5bc94e98281ed97a4 |
UHC | 弔邁헤 | 111100001100000011011000111001001100011111101100 | f0c0d8e4c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)