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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渟???? | 100111111101100100111111001111110011111100111111 | 9fd93f3f3f3f |
EUC-JP | 渟???? | 110111101101101100111111001111110011111100111111 | dedb3f3f3f3f |
UTF-8 | 渟렟롋꾀렑 | 111001101011100010011111111010111010000010011111111010111010000110001011111010101011111010000000111010111010000010010001 | e6b89feba09feba18beabe80eba091 |
UHC | 渟렟롋꾀렑 | 11101111111001011000111010110000100011101101000110110010110100101000111010100110 | efe58eb08ed1b2d28ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)