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 | ??ア?臣タ | 001111110011111110000011010000010011111110010000011000101000001101011110 | 3f3f83413f9062835e |
EUC-JP | ??ア?臣タ | 001111110011111110100101101000100011111110111111110000111010010110111111 | 3f3fa5a23fbfc3a5bf |
UTF-8 | 룶핊ア룵臣タ | 111010111010001110110110111011011001010110001010111000111000001010100010111010111010001110110101111010001000011110100011111000111000001010111111 | eba3b6ed958ae382a2eba3b5e887a3e382bf |
UHC | 룶핊ア룵臣タ | 100011111010101111000000100011111010101110100010100011111010101011100011111011011010101110111111 | 8fabc08faba28faae3edabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)