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 | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
EUC-JP | 庸??薏?? | 110011011100011100111111001111111000111111011001110111100011111100111111 | cdc73f3f8fd9de3f3f |
UTF-8 | 庸뉖쉘薏녶냶 | 111001011011101010111000111010111000100110010110111011001000100110011000111010001001011010001111111010111000010110110110111010111000001110110110 | e5bab8eb8996ec8998e8968feb85b6eb83b6 |
UHC | 庸뉖쉘薏녶냶 | 111010011011110010000111111010111011110110101001111010111111101110000110111001011000011010000110 | e9bc87ebbda9ebfb86e58686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)