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 | ?藪?銑 | 001111111110010101001101001111111001000101001100 | 3fe54d3f914c |
EUC-JP | ?藪?銑 | 001111111110100110101110001111111100000110101101 | 3fe9ae3fc1ad |
UTF-8 | 솒藪쀊銑 | 111011001000011010010010111010001001011110101010111011001000000010001010111010011000101010010001 | ec8692e897aaec808ae98a91 |
UHC | 솒藪쀊銑 | 1001100110010010111000101011111110010111110010101110000011010101 | 9992e2bf97cae0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)