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 | ??ぅ? | 0011111100111111100000101010001100111111 | 3f3f82a33f |
EUC-JP | 澔?ぅ? | 10001111110010001110110000111111101001001010010100111111 | 8fc8ec3fa4a53f |
UTF-8 | 澔뫈ぅ렡 | 111001101011111010010100111010111010101110001000111000111000000110000101111010111010000010100001 | e6be94ebab88e38185eba0a1 |
UHC | 澔뫈ぅ렡 | 1111101111001011101110001111101110101010101001011000111010110010 | fbcbb8fbaaa58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)