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 | 鈺??訝? | 11111011110001000011111100111111111001100110001000111111 | fbc43f3fe6623f |
EUC-JP | 鈺??訝? | 1000111111100011110101010011111100111111111010111100001100111111 | 8fe3d53f3febc33f |
UTF-8 | 鈺잌ㄵ訝숋 | 111010011000100010111010111011001001111010001100111000111000010010110101111010001010100010011101111011001000100010001011 | e988baec9e8ce384b5e8a89dec888b |
UHC | 鈺잌ㄵ訝숋 | 11101000101011011001111111100101101001001010010111100100101110001001100111101111 | e8ad9fe5a4a5e4b899ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)