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 | ???N?N?X | 0011111100111111001111110100111000111111010011100011111101011000 | 3f3f3f4e3f4e3f58 |
SJIS-WIN | ???N?N?X | 0011111100111111001111110100111000111111010011100011111101011000 | 3f3f3f4e3f4e3f58 |
EUC-JP | ???N?N?X | 0011111100111111001111110100111000111111010011100011111101011000 | 3f3f3f4e3f4e3f58 |
UTF-8 | 혩쨘혪N혪N혪X | 111011011001100010101001111011001010100010011000111011011001100010101010010011101110110110011000101010100100111011101101100110001010101001011000 | ed98a9eca898ed98aa4eed98aa4eed98aa58 |
UHC | 혩쨘혪N혪N혪X | 11000010100100011100001010111010110000101001001001001110110000101001001001001110110000101001001001011000 | c291c2bac2924ec2924ec29258 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)