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 | 汁??辛?? | 1000111101100000001111110011111110010000011010000011111100111111 | 8f603f3f90683f3f |
EUC-JP | 汁??辛?? | 1011110111000001001111110011111110111111110010010011111100111111 | bdc13f3fbfc93f3f |
UTF-8 | 汁흔갹辛흙웃 | 111001101011000110000001111011011001110110010100111010101011000010111001111010001011111010011011111011011001110110011001111011001001101110000011 | e6b181ed9d94eab0b9e8be9bed9d99ec9b83 |
UHC | 汁흔갹辛흙웃 | 111100011111000011001000111001111011000010111101111000111111010011001000111010111011111111110100 | f1f0c8e7b0bde3f4c8ebbff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)