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 | ?箇价? | 001111111000100111010011100110001100000100111111 | 3f89d398c13f |
EUC-JP | ?箇价? | 001111111011001011010101110100001100001100111111 | 3fb2d5d0c33f |
UTF-8 | 뤐箇价풤 | 111010111010010010010000111001111010111010000111111001001011101110110111111011011001001010100100 | eba490e7ae87e4bbb7ed92a4 |
UHC | 뤐箇价풤 | 1000111111000000110010111100110111001011110000001011111101000111 | 8fc0cbcdcbc0bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)