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 | ?斐盲? | 001111111001010011100011100101101101001100111111 | 3f94e396d33f |
EUC-JP | ?斐盲? | 001111111100100011100101110011001101010100111111 | 3fc8e5ccd53f |
UTF-8 | 뤶斐盲킂 | 111010111010010010110110111001101001011010010000111001111001101110110010111011011000001010000010 | eba4b6e69690e79bb2ed8282 |
UHC | 뤶斐盲킂 | 1000111111100100110111011110110011011000111011101011010010001110 | 8fe4ddecd8eeb48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)