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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ???汝?Y | 00111111001111110011111110010011111100000011111101011001 | 3f3f3f93f03f59 |
EUC-JP | ???汝?Y | 00111111001111110011111111000110111100100011111101011001 | 3f3f3fc6f23f59 |
UTF-8 | 쒔렡쒔汝렞Y | 11101100100100101001010011101011101000001010000111101100100100101001010011100110101100011001110111101011101000001001111001011001 | ec9294eba0a1ec9294e6b19deba09e59 |
UHC | 쒔렡쒔汝렞Y | 1011111010101101100011101011001010111110101011011110011010100011100011101010111101011001 | bead8eb2beade6a38eaf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)