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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞣吮扱籬夐 | 11101000111000101001100111100010100010001011010111100010110111111001101011101001 | e8e299e288b5e2df9ae9 |
EUC-JP | 鞣吮扱籬夐 | 11110000111001001101001011100100101100001011011111100100111000011101010011101011 | f0e4d2e4b0b7e4e1d4eb |
UTF-8 | 鞣吮扱籬夐 | 111010011001111010100011111001011001000010101110111001101000100110110001111001111011000110101100111001011010010010010000 | e99ea3e590aee689b1e7b1ace5a490 |
UHC | ??扱籬? | 00111111001111111101000011100010110101111110011000111111 | 3f3fd0e2d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)