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 | 댢꺤껾}댢꺤껾{^ | 111010111000110010100010111010101011101010100100111010101011101110111110011111011110101110001100101000101110101010111010101001001110101010111011101111100111101101011110 | eb8ca2eabaa4eabbbe7deb8ca2eabaa4eabbbe7b5e |
UHC | 댢꺤껾}댢꺤껾{^ | 100010001100010110000011110010101000010001010011011111011000100011000101100000111100101010000100010100110111101101011110 | 88c583ca84537d88c583ca84537b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)