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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??蛙???? | 0011111100111111100010100101111000111111001111110011111100111111 | 3f3f8a5e3f3f3f3f |
EUC-JP | ??蛙???? | 0011111100111111101100111011111100111111001111110011111100111111 | 3f3fb3bf3f3f3f3f |
UTF-8 | 렦렶蛙렿렯렦렶 | 111010111010000010100110111010111010000010110110111010001001101110011001111010111010000010111111111010111010000010101111111010111010000010100110111010111010000010110110 | eba0a6eba0b6e89b99eba0bfeba0afeba0a6eba0b6 |
UHC | 렦렶蛙렿렯렦렶 | 1000111010110101100011101100000111101000110000111000111011000111100011101011110010001110101101011000111011000001 | 8eb58ec1e8c38ec78ebc8eb58ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)