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 | 梳役 | 111001101010001010110011111001011011110110111001 | e6a2b3e5bdb9 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | æ¢?å?? | 1000111110101001110000011010000111110001001111111000111110101011101010010011111100111111 | 8fa9c1a1f13f8faba93f3f |
UTF-8 | 梳役 | 110000111010011011000010101000101100001010110011110000111010010111000010101111011100001010111001 | c3a6c2a2c2b3c3a5c2bdc2b9 |
UHC | æ?³?½¹ | 10101001101000010011111110101001111110000011111110101000111101101010100111110110 | a9a13fa9f83fa8f6a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)