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?肢 | 00111111001111110011111101000111001111111000111010001000 | 3f3f3f473f8e88 |
EUC-JP | ???G?肢 | 00111111001111110011111101000111001111111011101111101000 | 3f3f3f473fbbe8 |
UTF-8 | 뤗횓랑G렱肢 | 11101011101001001001011111101101100110101001001111101011100111101001000101000111111010111010000010110001111010001000001010100010 | eba497ed9a93eb9e9147eba0b1e882a2 |
UHC | 뤗횓랑G렱肢 | 1000111111000111110000111000111010110110111110110100011110001110101111101111001010110110 | 8fc7c38eb6fb478ebef2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)