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 | 錏樣垪 | 111001111111100110011110111010011001101010111000 | e7f99ee99ab8 |
EUC-JP | 錏樣垪 | 111011101111101111011100111010111101010010111010 | eefbdcebd4ba |
UTF-8 | 錏樣垪 | 111010011000110010001111111001101010100010100011111001011001111010101010 | e98c8fe6a8a3e59eaa |
UHC | ?樣? | 00111111111001011100011000111111 | 3fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)