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 | 閾滔ャ罷シィ | 11101000100001111001111111101011101011001001010011101011101111001000001101000010 | e8879febac94ebbc8342 |
EUC-JP | 閾滔ャ罷シィ | 111011111110011111011110111011011000111010101100110010001110110110001110101111001010010110100011 | efe7deed8eacc8ed8ebca5a3 |
UTF-8 | 閾滔ャ罷シィ | 111010011001011010111110111001101011101110010100111011111011110110101100111001111011110110110111111011111011110110111100111000111000001010100011 | e996bee6bb94efbdace7bdb7efbdbce382a3 |
UHC | ?滔?罷?ィ | 001111111101010010100101001111111111011111110011001111111010101110100011 | 3fd4a53ff7f33faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)