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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???幽?? | 00111111001111110011111110010111010010000011111100111111 | 3f3f3f97483f3f |
EUC-JP | ???幽?? | 00111111001111110011111111001101101010010011111100111111 | 3f3f3fcda93f3f |
UTF-8 | 琉쀭슀幽ㅻ젲 | 111011111010011110001100111011001000000010101101111011001000101010000000111001011011100110111101111000111000010110111011111011001010000010110010 | efa78cec80adec8a80e5b9bde385bbeca0b2 |
UHC | 琉쀭슀幽ㅻ젲 | 111010111010010010010111111011011001101010010011111010101110101110100100111010111010000010100110 | eba497ed9a93eaeba4eba0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)