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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肄?藏? | 111000111110010100111111111001010101010100111111 | e3e53fe5553f |
EUC-JP | 肄?藏? | 111001101110011100111111111010011011011000111111 | e6e73fe9b63f |
UTF-8 | 肄렪藏렟 | 111010001000001010000100111010111010000010101010111010001001011110001111111010111010000010011111 | e88284eba0aae8978feba09f |
UHC | 肄렪藏렟 | 1110110010111101100011101011100011101101111110101000111010110000 | ecbd8eb8edfa8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)