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 | @W@W@W@W | 100100100100000001010111100100100100000001010111100100100100000001010111100100100100000001010111 | 924057924057924057924057 |
SJIS-WIN | ?@W?@W?@W?@W | 001111110100000001010111001111110100000001010111001111110100000001010111001111110100000001010111 | 3f40573f40573f40573f4057 |
EUC-JP | ?@W?@W?@W?@W | 001111110100000001010111001111110100000001010111001111110100000001010111001111110100000001010111 | 3f40573f40573f40573f4057 |
UTF-8 | @W@W@W@W | 11000010100100100100000001010111110000101001001001000000010101111100001010010010010000000101011111000010100100100100000001010111 | c2924057c2924057c2924057c2924057 |
UHC | ?@W?@W?@W?@W | 001111110100000001010111001111110100000001010111001111110100000001010111001111110100000001010111 | 3f40573f40573f40573f4057 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)