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 | ?る?應?? | 0011111110000010111010010011111110011100111001000011111100111111 | 3f82e93f9ce43f3f |
EUC-JP | ?る?應?? | 0011111110100100111010110011111111011000111001100011111100111111 | 3fa4eb3fd8e63f3f |
UTF-8 | 閭る돁應믤럷 | 111011111010011010000110111000111000001010001011111010111000111110000001111001101000011110001001111010111010111110100100111010111001111110110111 | efa686e3828beb8f81e68789ebafa4eb9fb7 |
UHC | 閭る돁應믤럷 | 111001101010110110101010111010111000100110010100111010111110101110010010111001101000111010010110 | e6adaaeb8994ebeb92e68e96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)