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 | ?癲寡? | 001111111110000110011111100010011100011100111111 | 3fe19f89c73f |
EUC-JP | ?癲寡? | 001111111110001010100001101100101100100100111111 | 3fe2a1b2c93f |
UTF-8 | 뤚癲寡잤 | 111010111010010010011010111001111001100110110010111001011010111110100001111011001001111010100100 | eba49ae799b2e5afa1ec9ea4 |
UHC | 뤚癲寡잤 | 1000111111001001111011111010011011001101111110111100000011100100 | 8fc9efa6cdfbc0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)