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 | 雅??椅?? | 1000100111101011001111110011111110001000110101100011111100111111 | 89eb3f3f88d63f3f |
EUC-JP | 雅??椅?? | 1011001011101101001111110011111110110000110110000011111100111111 | b2ed3f3fb0d83f3f |
UTF-8 | 雅뷂퐦椅졾춢 | 111010011001101110000101111010111011011110000010111011011001000010100110111001101010010010000101111011001010000110111110111011001011011010100010 | e99b85ebb782ed90a6e6a485eca1beecb6a2 |
UHC | 雅뷂퐦椅졾춢 | 111001001011101010010100111011111011110110001111111010111111010110100000111001011010110110000011 | e4ba94efbd8febf5a0e5ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)