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 | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
SJIS-WIN | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
EUC-JP | ???v?? | 001111110011111100111111011101100011111100111111 | 3f3f3f763f3f |
UTF-8 | 혮첫혲v챈쨘 | 11101101100110001010111011101100101100101010101111101101100110001011001001110110111011001011000110001000111011001010100010011000 | ed98aeecb2abed98b276ecb188eca898 |
UHC | 혮첫혲v챈쨘 | 1100001010010101110000111011100111000010100110010111011011000011101001101100001010111010 | c295c3b9c29976c3a6c2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)