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 | 識褓辞 | 1111001010101111100011101010111111100101111011101000111010101011 | f2af8eafe5ee8eab |
EUC-JP | ?識褓辞 | 00111111101111001011000111101010111100001011110010101101 | 3fbcb1eaf0bcad |
UTF-8 | 識褓辞 | 111011101000011110100110111010001010110110011000111010001010010010010011111010001011111010011110 | ee87a6e8ad98e8a493e8be9e |
UHC | ?識褓? | 001111111110001111011011110111001100111000111111 | 3fe3dbdcce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)