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 | ²ZGN] | 100100011011001010010010010110100100011110010010010011101001001001011101 | 91b2925a47924e925d |
SJIS-WIN | ???ZG?N?] | 001111110011111100111111010110100100011100111111010011100011111101011101 | 3f3f3f5a473f4e3f5d |
EUC-JP | ???ZG?N?] | 001111110011111100111111010110100100011100111111010011100011111101011101 | 3f3f3f5a473f4e3f5d |
UTF-8 | ²ZGN] | 1100001010010001110000101011001011000010100100100101101001000111110000101001001001001110110000101001001001011101 | c291c2b2c2925a47c2924ec2925d |
UHC | ?²?ZG?N?] | 00111111101010011111011100111111010110100100011100111111010011100011111101011101 | 3fa9f73f5a473f4e3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)