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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 뎇뒯곃}뎇뒯곃{^ | 111010111000111010000111111010111001001010101111111010101011001110000011011111011110101110001110100001111110101110010010101011111110101010110011100000110111101101011110 | eb8e87eb92afeab3837deb8e87eb92afeab3837b5e |
UHC | 뎇뒯곃}뎇뒯곃{^ | 100010010101010110001010101010001000000111001001011111011000100101010101100010101010100010000001110010010111101101011110 | 89558aa881c97d89558aa881c97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)