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 | ?兪?嶽? | 00111111100110010110000000111111100110111101010000111111 | 3f99603f9bd43f |
EUC-JP | ?兪?嶽? | 00111111110100011100000100111111110101101101011000111111 | 3fd1c13fd6d63f |
UTF-8 | 렱兪렱嶽솽 | 111010111010000010110001111001011000010110101010111010111010000010110001111001011011011010111101111011001000011010111101 | eba0b1e585aaeba0b1e5b6bdec86bd |
UHC | 렱兪렱嶽솽 | 10001110101111101110101011100100100011101011111011100100110000001011110011100001 | 8ebeeae48ebee4c0bce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)