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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 勇??節? | 10010111010001010011111100111111100100001101111100111111 | 97453f3f90df3f |
EUC-JP | 勇??節? | 11001101101001100011111100111111110000001110000100111111 | cda63f3fc0e13f |
UTF-8 | 勇숋풚節ㅹ | 111001011000101110000111111011001000100010001011111011011001001010011010111001111010111110000000111000111000010110111001 | e58b87ec888bed929ae7af80e385b9 |
UHC | 勇숋풚節ㅹ | 11101001101110001001100111101111101111101001110111101111101111011010010011101001 | e9b899efbe9defbda4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)