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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陬肥醇 | 111010001010001110010100111011001000111110000110 | e8a394ec8f86 |
EUC-JP | 陬肥醇 | 111100001010010111001000111011101011110111100110 | f0a5c8eebde6 |
UTF-8 | 陬肥醇 | 111010011001100110101100111010001000001010100101111010011000011010000111 | e999ace882a5e98687 |
UHC | ?肥醇 | 0011111111011101111111101110001011110101 | 3fddfee2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)