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 | 庸??椅①? | 100101110110011000111111001111111000100011010110100001110100000000111111 | 97663f3f88d687403f |
EUC-JP | 庸??椅?? | 1100110111000111001111110011111110110000110110000011111100111111 | cdc73f3fb0d83f3f |
UTF-8 | 庸뉖봾椅①몴 | 111001011011101010111000111010111000100110010110111010111011010010111110111001101010010010000101111000101001000110100000111010111010101010110100 | e5bab8eb8996ebb4bee6a485e291a0ebaab4 |
UHC | 庸뉖봾椅①몴 | 111010011011110010000111111010111001010010000101111010111111010110101000111001111001000110011100 | e9bc87eb9485ebf5a8e7919c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)