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 | ?讓螟ア | 001111111110011010101000111001011010010010110001 | 3fe6a8e5a4b1 |
EUC-JP | 訑讓螟ア | 100011111101110111000111111011001010101011101010101001101000111010110001 | 8fddc7ecaaeaa68eb1 |
UTF-8 | 訑讓螟ア | 111010001010100010010001111010001010111010010011111010001001111010011111111011111011110110110001 | e8a891e8ae93e89e9fefbdb1 |
UHC | ?讓螟? | 001111111110010111010011110110011010110100111111 | 3fe5d3d9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)