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 | 涌喟唸陽 | 1001011101001111100110100101111110011010010110001001011101111010 | 974f9a5f9a58977a |
EUC-JP | 涌喟唸陽 | 1100110110110000110100111100000011010011101110011100110111011011 | cdb0d3c0d3b9cddb |
UTF-8 | 涌喟唸陽 | 111001101011011010001100111001011001011010011111111001011001010010111000111010011001100110111101 | e6b68ce5969fe594b8e999bd |
UHC | 涌??陽 | 111010011011111100111111001111111110010111010101 | e9bf3f3fe5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)