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 | 庸??陰?? | 1001011101100110001111110011111110001001010000010011111100111111 | 97663f3f89413f3f |
EUC-JP | 庸??陰?? | 1100110111000111001111110011111110110001101000100011111100111111 | cdc73f3fb1a23f3f |
UTF-8 | 庸뉖짘陰딃펶 | 111001011011101010111000111010111000100110010110111011001010011110011000111010011001100110110000111010111001010010000011111011011000111010110110 | e5bab8eb8996eca798e999b0eb9483ed8eb6 |
UHC | 庸뉖짘陰딃펶 | 111010011011110010000111111010111010001110011111111010111110010010001010111010011011110010000111 | e9bc87eba39febe48ae9bc87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)