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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????敦? | 00111111001111110011111100111111100100111101011000111111 | 3f3f3f3f93d63f |
EUC-JP | ????敦? | 00111111001111110011111100111111110001101101100000111111 | 3f3f3f3fc6d83f |
UTF-8 | 렺매렓렺敦렖 | 111010111010000010111010111010111010011110100100111010111010000010010011111010111010000010111010111001101001010110100110111010111010000010010110 | eba0baeba7a4eba093eba0bae695a6eba096 |
UHC | 렺매렓렺敦렖 | 100011101100001010111000110001011000111010101000100011101100001011010100110001001000111010101011 | 8ec2b8c58ea88ec2d4c48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)