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 | YI²ZN | 100100100101100101001001100100011011001010010010010110101001001001001110 | 92594991b2925a924e |
SJIS-WIN | ?YI???Z?N | 001111110101100101001001001111110011111100111111010110100011111101001110 | 3f59493f3f3f5a3f4e |
EUC-JP | ?YI???Z?N | 001111110101100101001001001111110011111100111111010110100011111101001110 | 3f59493f3f3f5a3f4e |
UTF-8 | YI²ZN | 1100001010010010010110010100100111000010100100011100001010110010110000101001001001011010110000101001001001001110 | c2925949c291c2b2c2925ac2924e |
UHC | ?YI?²?Z?N | 00111111010110010100100100111111101010011111011100111111010110100011111101001110 | 3f59493fa9f73f5a3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)