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 | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
SJIS-WIN | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
EUC-JP | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
UTF-8 | 혨쨀찾}혨쨀혪I^ | 111011011001100010101000111011001010100010000000111011001011000010111110011111011110110110011000101010001110110010101000100000001110110110011000101010100100100101011110 | ed98a8eca880ecb0be7ded98a8eca880ed98aa495e |
UHC | 혨쨀찾}혨쨀혪I^ | 110000101001000011000010101100111100001110100011011111011100001010010000110000101011001111000010100100100100100101011110 | c290c2b3c3a37dc290c2b3c292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)