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 | 霰蒟蒹葢 | 1110100011000101111001001110010111100100111000111110010011100010 | e8c5e4e5e4e3e4e2 |
EUC-JP | 霰蒟蒹葢 | 1111000011000111111010001110011111101000111001011110100011100100 | f0c7e8e7e8e5e8e4 |
UTF-8 | 霰蒟蒹葢 | 111010011001110010110000111010001001001010011111111010001001001010111001111010001001000110100010 | e99cb0e8929fe892b9e891a2 |
UHC | 霰??? | 1101111110101100001111110011111100111111 | dfac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)