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 | 瀇磁瀨自 | 1111101101001111100011101010010111111011010100001000111010101001 | fb4f8ea5fb508ea9 |
EUC-JP | 瀇磁?自 | 1000111111001001101011011011110010100111001111111011110010101011 | 8fc9adbca73fbcab |
UTF-8 | 瀇磁瀨自 | 111001111000000010000111111001111010001110000001111001111000000010101000111010001000011110101010 | e78087e7a381e780a8e887aa |
UHC | ?磁瀨自 | 00111111111011011011100011010110111011101110110110111011 | 3fedb8d6eeedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)