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 | 咤咫鱆鈔 | 1001101001000010100110100100000011101001111000011110011111100010 | 9a429a40e9e1e7e2 |
EUC-JP | 咤咫鱆鈔 | 1101001110100011110100111010000111110010111000111110111011100100 | d3a3d3a1f2e3eee4 |
UTF-8 | 咤咫鱆鈔 | 111001011001001010100100111001011001001010101011111010011011000110000110111010011000100010010100 | e592a4e592abe9b186e98894 |
UHC | 咤咫?? | 111101101110001111110010101000010011111100111111 | f6e3f2a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)