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 | 担辿短遜 | 1001001001010011100100100100100010010010010110101001000110111011 | 92539248925a91bb |
EUC-JP | 担辿短遜 | 1100001110110100110000111010100111000011101110111100001010111101 | c3b4c3a9c3bbc2bd |
UTF-8 | 担辿短遜 | 111001101000101110000101111010001011111010111111111001111001111110101101111010011000000110011100 | e68b85e8bebfe79fade9819c |
UHC | ??短遜 | 001111110011111111010011101011011110000111100001 | 3f3fd3ade1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)