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 | ???爾?? | 00111111001111110011111110001110101000100011111100111111 | 3f3f3f8ea23f3f |
EUC-JP | ???爾?? | 00111111001111110011111110111100101001000011111100111111 | 3f3f3fbca43f3f |
UTF-8 | 閭잕퉩爾듸쭒 | 111011111010011010000110111011001001111010010101111011011000100110101001111001111000100010111110111010111001001110111000111011001010110110010010 | efa686ec9e95ed89a9e788beeb93b8ecad92 |
UHC | 閭잕퉩爾듸쭒 | 111001101010110110011111111010101011100110000001111011001011001110110101111011111010011110001010 | e6ad9feab981ecb3b5efa78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)