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 | 唸鞦陽唏 | 1001101001011000111010001110000110010111011110101001101001001000 | 9a58e8e1977a9a48 |
EUC-JP | 唸鞦陽唏 | 1101001110111001111100001110001111001101110110111101001110101001 | d3b9f0e3cddbd3a9 |
UTF-8 | 唸鞦陽唏 | 111001011001010010111000111010011001111010100110111010011001100110111101111001011001010010001111 | e594b8e99ea6e999bde5948f |
UHC | ??陽? | 0011111100111111111001011101010100111111 | 3f3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)