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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | ァ笞Dァ笞D^ | 1000001101000000111000101001101001000100100000110100000011100010100110100100010001011110 | 8340e29a448340e29a445e |
EUC-JP | ァ笞Dァ笞D^ | 1010010110100001111000111111101001000100101001011010000111100011111110100100010001011110 | a5a1e3fa44a5a1e3fa445e |
UTF-8 | ァ笞Dァ笞D^ | 111000111000001010100001111001111010110010011110010001001110001110000010101000011110011110101100100111100100010001011110 | e382a1e7ac9e44e382a1e7ac9e445e |
UHC | ァ笞Dァ笞D^ | 1010101110100001111101111100001001000100101010111010000111110111110000100100010001011110 | aba1f7c244aba1f7c2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)