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 | ??t}Y??t}bE | 0011111100111111011101000111110101011001001111110011111101110100011111010110001001000101 | 3f3f747d593f3f747d6245 |
SJIS-WIN | ??t}Y??t}bE | 0011111100111111011101000111110101011001001111110011111101110100011111010110001001000101 | 3f3f747d593f3f747d6245 |
EUC-JP | ??t}Y??t}bE | 0011111100111111011101000111110101011001001111110011111101110100011111010110001001000101 | 3f3f747d593f3f747d6245 |
UTF-8 | 횂혶t}Y횂혶t}bE | 11101101100110101000001011101101100110001011011001110100011111010101100111101101100110101000001011101101100110001011011001110100011111010110001001000101 | ed9a82ed98b6747d59ed9a82ed98b6747d6245 |
UHC | 횂혶t}Y횂혶t}bE | 110000111000001011000010100111010111010001111101010110011100001110000010110000101001110101110100011111010110001001000101 | c382c29d747d59c382c29d747d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)