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 | ??ヤ??? | 00111111001111111000001110000100001111110011111100111111 | 3f3f83843f3f3f |
EUC-JP | ??ヤ??? | 00111111001111111010010111100100001111110011111100111111 | 3f3fa5e43f3f3f |
UTF-8 | 룴햶ヤ룶濫한 | 111010111010001110110100111011011001011010110110111000111000001110100100111010111010001110110110111011111010010010100010111011011001010110011100 | eba3b4ed96b6e383a4eba3b6efa4a2ed959c |
UHC | 룴햶ヤ룶濫한 | 100011111010100111000001100011111010101111100100100011111010101111010001111110101100011111010001 | 8fa9c18fabe48fabd1fac7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)