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???? | 0011111100111111001111110100011100111111001111110011111100111111 | 3f3f3f473f3f3f3f |
SJIS-WIN | ???G???? | 0011111100111111001111110100011100111111001111110011111100111111 | 3f3f3f473f3f3f3f |
EUC-JP | ???G???? | 0011111100111111001111110100011100111111001111110011111100111111 | 3f3f3f473f3f3f3f |
UTF-8 | 렺늚렫G렻렒렻렯 | 11101011101000001011101011101011100010101001101011101011101000001010101101000111111010111010000010111011111010111010000010010010111010111010000010111011111010111010000010101111 | eba0baeb8a9aeba0ab47eba0bbeba092eba0bbeba0af |
UHC | 렺늚렫G렻렒렻렯 | 100011101100001010110100110001011000111010111001010001111000111011000011100011101010011110001110110000111000111010111100 | 8ec2b4c58eb9478ec38ea78ec38ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)