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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???橈?? | 00111111001111110011111110011110111101000011111100111111 | 3f3f3f9ef43f3f |
EUC-JP | ???橈?? | 00111111001111110011111111011100111101100011111100111111 | 3f3f3fdcf63f3f |
UTF-8 | 僚쒙슴橈롥막 | 111011111010011010111011111011001001001010011001111011001000101010110100111001101010100110001000111010111010000110100101111010111010011110001001 | efa6bbec9299ec8ab4e6a988eba1a5eba789 |
UHC | 僚쒙슴橈롥막 | 111010001110100010011100111011111011110110111111111010001111101010001110111001011011100010110111 | e8e89cefbdbfe8fa8ee5b8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)