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 | 鱧蒔竺 | 1110100111100101100011101010101011110010101100011000111010110001 | e9e58eaaf2b18eb1 |
EUC-JP | 鱧蒔?竺 | 11110010111001111011110010101100001111111011110010110011 | f2e7bcac3fbcb3 |
UTF-8 | 鱧蒔竺 | 111010011011000110100111111010001001001010010100111011101000011110101000111001111010101110111010 | e9b1a7e89294ee87a8e7abba |
UHC | ?蒔?竺 | 001111111110001111001000001111111111010111100111 | 3fe3c83ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)