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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訊??瀛 | 100100000111010100111111001111111110000001101001 | 90753f3fe069 |
EUC-JP | 訊??瀛 | 101111111101011000111111001111111101111111001010 | bfd63f3fdfca |
UTF-8 | 訊뤸둍瀛 | 111010001010100010001010111010111010010010111000111010111001000110001101111001111000000010011011 | e8a88aeba4b8eb918de7809b |
UHC | 訊뤸둍瀛 | 1110001111110010100011111110011010001010010010011110011110111010 | e3f28fe68a49e7ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)