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 | 邂九序尞 | 1110011110101110100010111110001110001111100110001111101010101011 | e7ae8be38f98faab |
EUC-JP | 邂九序尞 | 111011101011000010110110111001011011110111111000100011111011101011101011 | eeb0b6e5bdf88fbaeb |
UTF-8 | 邂九序尞 | 111010011000001010000010111001001011100110011101111001011011101010001111111001011011000010011110 | e98282e4b99de5ba8fe5b09e |
UHC | 邂九序? | 11111010101100111100111011111010110111111110110100111111 | fab3cefadfed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)