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 | 庸??韋?? | 1001011101100110001111110011111111101000111010000011111100111111 | 97663f3fe8e83f3f |
EUC-JP | 庸??韋?? | 1100110111000111001111110011111111110000111010100011111100111111 | cdc73f3ff0ea3f3f |
UTF-8 | 庸뉕퍓韋귝콨 | 111001011011101010111000111010111000100110010101111011011000110110010011111010011001111110001011111010101011011110011101111011001011110110101000 | e5bab8eb8995ed8d93e99f8beab79decbda8 |
UHC | 庸뉕퍓韋귝콨 | 111010011011110010000111111010101011101110001010111010101101111110000010111001101011000110011101 | e9bc87eabb8aeadf82e6b19d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)