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 | 遙??雅?? | 1110101010100001001111110011111110001001111010110011111100111111 | eaa13f3f89eb3f3f |
EUC-JP | 遙??雅?? | 1111010010100011001111110011111110110010111011010011111100111111 | f4a33f3fb2ed3f3f |
UTF-8 | 遙닷뮧雅뗨웻 | 111010011000000110011001111010111000101110110111111010111010111010100111111010011001101110000101111010111001011110101000111011001001101110111011 | e98199eb8bb7ebaea7e99b85eb97a8ec9bbb |
UHC | 遙닷뮧雅뗨웻 | 111010011010101110110100111001011001001010110010111001001011101010001011111010001001111110000111 | e9abb4e592b2e4ba8be89f87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)