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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | ?淡??~ | 001111111001001001010111001111110011111101111110 | 3f92573f3f7e |
EUC-JP | ?淡??~ | 001111111100001110111000001111110011111101111110 | 3fc3b83f3f7e |
UTF-8 | 렺淡렻렊~ | 11101011101000001011101011100110101101111010000111101011101000001011101111101011101000001000101001111110 | eba0bae6b7a1eba0bbeba08a7e |
UHC | 렺淡렻렊~ | 100011101100001011010011101111111000111011000011100011101010000101111110 | 8ec2d3bf8ec38ea17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)