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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阿??柚 | 100010001010001000111111001111111001011101001101 | 88a23f3f974d |
EUC-JP | 阿??柚 | 101100001010010000111111001111111100110110101110 | b0a43f3fcdae |
UTF-8 | 阿숇챷柚 | 111010011001100010111111111011001000100010000111111011001011000110110111111001101001111110011010 | e998bfec8887ecb1b7e69f9a |
UHC | 阿숇챷柚 | 1110010010111001100110011110101110101010100001001110101011110110 | e4b999ebaa84eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)