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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
EUC-JP | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
UTF-8 | 묯뫆뫋G묭뫉 | 11101011101011001010111111101011101010111000011011101011101010111000101101000111111010111010110010101101111010111010101110001001 | ebacafebab86ebab8b47ebacadebab89 |
UHC | 묯뫆뫋G묭뫉 | 1001001001000110100100011010100110010001101011010100011110010010010001001001000110101011 | 924691a991ad47924491ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)