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 | ?戍?∮ | 001111111001110011111001001111111000011110010011 | 3f9cf93f8793 |
EUC-JP | ?戍?? | 0011111111011000111110110011111100111111 | 3fd8fb3f3f |
UTF-8 | 룶戍캀∮ | 111010111010001110110110111001101000100010001101111011001011101010000000111000101000100010101110 | eba3b6e6888decba80e288ae |
UHC | 룶戍캀∮ | 1000111110101011111000101010000110101111100011111010001010110001 | 8fabe2a1af8fa2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)