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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ???敦桔BF | 001111110011111100111111100100111101011010001011011010100100001001000110 | 3f3f3f93d68b6a4246 |
EUC-JP | ???敦桔BF | 001111110011111100111111110001101101100010110101110010110100001001000110 | 3f3f3fc6d8b5cb4246 |
UTF-8 | 렻렒렺敦桔BF | 1110101110100000101110111110101110100000100100101110101110100000101110101110011010010101101001101110011010100001100101000100001001000110 | eba0bbeba092eba0bae695a6e6a1944246 |
UHC | 렻렒렺敦桔BF | 100011101100001110001110101001111000111011000010110101001100010011010001110100000100001001000110 | 8ec38ea78ec2d4c4d1d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)