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 | 谷巽丹短 | 1001001001001010100100100100011010010010010011111001001001011010 | 924a9246924f925a |
EUC-JP | 谷巽丹短 | 1100001110101011110000111010011111000011101100001100001110111011 | c3abc3a7c3b0c3bb |
UTF-8 | 谷巽丹短 | 111010001011000010110111111001011011011110111101111001001011100010111001111001111001111110101101 | e8b0b7e5b7bde4b8b9e79fad |
UHC | 谷巽丹短 | 1100110111011011111000011101111011010011101000011101001110101101 | cddbe1ded3a1d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)