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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?巽v?巽vB | 001111111001001001000110011101100011111110010010010001100111011001000010 | 3f9246763f92467642 |
EUC-JP | ?巽v?巽vB | 001111111100001110100111011101100011111111000011101001110111011001000010 | 3fc3a7763fc3a77642 |
UTF-8 | 롎巽v롎巽vB | 111010111010000110001110111001011011011110111101011101101110101110100001100011101110010110110111101111010111011001000010 | eba18ee5b7bd76eba18ee5b7bd7642 |
UHC | 롎巽v롎巽vB | 1000111011010100111000011101111001110110100011101101010011100001110111100111011001000010 | 8ed4e1de768ed4e1de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)