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 | ??盂峽? | 00111111001111111110000110110001100110111011010100111111 | 3f3fe1b19bb53f |
EUC-JP | ?璜盂峽? | 001111111000111111001100110110001110001010110011110101101011011100111111 | 3f8fccd8e2b3d6b73f |
UTF-8 | 뤈璜盂峽갼 | 111010111010010010001000111001111001001010011100111001111001101110000010111001011011001110111101111010101011000010111100 | eba488e7929ce79b82e5b3bdeab0bc |
UHC | 뤈璜盂峽갼 | 10001111101110001111110011010100111010011101110111111010111100101011000010111110 | 8fb8fcd4e9ddfaf2b0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)