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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???節d | 00111111001111110011111110010000110111111000001010000100 | 3f3f3f90df8284 |
EUC-JP | ???節d | 00111111001111110011111111000000111000011010001111100100 | 3f3f3fc0e1a3e4 |
UTF-8 | 欌뷂슨節d | 111001101010110010001100111010111011011110000010111011001000101010101000111001111010111110000000111011111011110110000100 | e6ac8cebb782ec8aa8e7af80efbd84 |
UHC | 欌뷂슨節d | 11101101111010111001010011101111101111011011110011101111101111011010001111100100 | edeb94efbdbcefbda3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)