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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀅??? | 1111101101001110001111110011111100111111 | fb4e3f3f3f |
EUC-JP | 瀅??? | 100011111100100110101011001111110011111100111111 | 8fc9ab3f3f3f |
UTF-8 | 瀅렱롋꾀 | 111001111000000010000101111010111010000010110001111010111010000110001011111010101011111010000000 | e78085eba0b1eba18beabe80 |
UHC | 瀅렱롋꾀 | 1111101110100100100011101011111010001110110100011011001011010010 | fba48ebe8ed1b2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)