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 | ????B?? | 00111111001111110011111100111111010000100011111100111111 | 3f3f3f3f423f3f |
SJIS-WIN | ?俺??B?? | 0011111110001001101101000011111100111111010000100011111100111111 | 3f89b43f3f423f3f |
EUC-JP | ?俺??B?? | 0011111110110010101101100011111100111111010000100011111100111111 | 3fb2b63f3f423f3f |
UTF-8 | 쒔俺렖렜B쒔렊 | 11101100100100101001010011100100101111111011101011101011101000001001011011101011101000001001110001000010111011001001001010010100111010111010000010001010 | ec9294e4bfbaeba096eba09c42ec9294eba08a |
UHC | 쒔俺렖렜B쒔렊 | 10111110101011011110010111101111100011101010101110001110101011100100001010111110101011011000111010100001 | beade5ef8eab8eae42bead8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)