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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 薊よ音鐔緒襲 | 111001010100100010000010111001101000100110111001111010000101110010001111100011111000111101010000 | e54882e689b9e85c8f8f8f50 |
EUC-JP | 薊よ音鐔緒襲 | 111010011010100110100100111010001011001010111011111011111011110110111101111011111011110110110001 | e9a9a4e8b2bbefbdbdefbdb1 |
UTF-8 | 薊よ音鐔緒襲 | 111010001001011010001010111000111000001010001000111010011001111110110011111010011001000010010100111001111011011110010010111010001010010110110010 | e8968ae38288e99fb3e99094e7b792e8a5b2 |
UHC | ?よ音??襲 | 001111111010101011101000111010111110010100111111001111111110001110101001 | 3faae8ebe53f3fe3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)