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 | ??チ?臣ビ | 001111110011111110000011011000000011111110010000011000101000001101110010 | 3f3f83603f90628372 |
EUC-JP | ??チ?臣ビ | 001111110011111110100101110000010011111110111111110000111010010111010011 | 3f3fa5c13fbfc3a5d3 |
UTF-8 | 룵핊チ룶臣ビ | 111010111010001110110101111011011001010110001010111000111000001110000001111010111010001110110110111010001000011110100011111000111000001110010011 | eba3b5ed958ae38381eba3b6e887a3e38393 |
UHC | 룵핊チ룶臣ビ | 100011111010101011000000100011111010101111000001100011111010101111100011111011011010101111010011 | 8faac08fabc18fabe3edabd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)