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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 첰鶣}첰鶣{^ | 1110110010110010101100001110100110110110101000111111001010110111100011101010000101111101111011001011001010110000111010011011011010100011111100101011011110001110101000010111101101011110 | ecb2b0e9b6a3f2b78ea17decb2b0e9b6a3f2b78ea17b5e |
UHC | 첰??}첰??{^ | 1010101101010100001111110011111101111101101010110101010000111111001111110111101101011110 | ab543f3f7dab543f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)