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 | ???有?? | 00111111001111110011111110010111010011000011111100111111 | 3f3f3f974c3f3f |
EUC-JP | ???有?? | 00111111001111110011111111001101101011010011111100111111 | 3f3f3fcdad3f3f |
UTF-8 | 燎쒖쑬有뚪빓 | 111011111010011110000000111011001001001010010110111011001001000110101100111001101001110010001001111010111001101010101010111010111011100110010011 | efa780ec9296ec91ace69c89eb9aaaebb993 |
UHC | 燎쒖쑬有뚪빓 | 111010001111101110011100111011001011111010101000111010101111001110001100111010011001010110110111 | e8fb9cecbea8eaf38ce995b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)