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 | ??ア?悳? | 0011111100111111100000110100000100111111100111000111101100111111 | 3f3f83413f9c7b3f |
EUC-JP | ??ア?悳? | 0011111100111111101001011010001000111111110101111101110000111111 | 3f3fa5a23fd7dc3f |
UTF-8 | 룶핊ア룶悳㈛ | 111010111010001110110110111011011001010110001010111000111000001010100010111010111010001110110110111001101000001010110011111000111000100010011011 | eba3b6ed958ae382a2eba3b6e682b3e3889b |
UHC | 룶핊ア룶悳㈛ | 100011111010101111000000100011111010101110100010100011111010101111010011111011011010100111001100 | 8fabc08faba28fabd3eda9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)