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 | ?徹枇?逕竅 | 00111111100100110100111110010100111110000011111111100111100101001110001010000001 | 3f934f94f83fe794e281 |
EUC-JP | ?徹枇?逕竅 | 00111111110001011011000011001000111110100011111111101101111101001110001111100001 | 3fc5b0c8fa3fedf4e3e1 |
UTF-8 | 뤋徹枇샅逕竅 | 111010111010010010001011111001011011111010111001111001101001111010000111111011001000001110000101111010011000000010010101111001111010101110000101 | eba48be5beb9e69e87ec8385e98095e7ab85 |
UHC | 뤋徹枇샅逕竅 | 100011111011101111110100110010111101110111101101101110111111010011001100111011111101000010101011 | 8fbbf4cbddedbbf4ccefd0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)