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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | セ赳セ悉B | 10111110111001101110000010111110100011101011101101000010 | bee6e0be8ebb42 |
EUC-JP | セ赳セ悉B | 100011101011111011101100111000101000111010111110101111001011110101000010 | 8ebeece28ebebcbd42 |
UTF-8 | セ赳セ悉B | 11101111101111011011111011101000101101011011001111101111101111011011111011100110100000101000100101000010 | efbdbee8b5b3efbdbee6828942 |
UHC | ?赳?悉B | 00111111110100001010111100111111111000111111101001000010 | 3fd0af3fe3fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)