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 | ???妊?? | 00111111001111110011111110010100010001000011111100111111 | 3f3f3f94443f3f |
EUC-JP | ???妊?? | 00111111001111110011111111000111101001010011111100111111 | 3f3f3fc7a53f3f |
UTF-8 | 琉삥눡妊뜻떗 | 111011111010011110001100111011001000001010100101111010111000100010100001111001011010011010001010111010111001110010111011111010111001011010010111 | efa78cec82a5eb88a1e5a68aeb9cbbeb9697 |
UHC | 琉삥눡妊뜻떗 | 111010111010010010111011111001101000011110111000111011001111010010110110111001101000101110101101 | eba4bbe687b8ecf4b6e68bad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)