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 | ???柚?? | 00111111001111110011111110010111010011010011111100111111 | 3f3f3f974d3f3f |
EUC-JP | 濚??柚?? | 100011111100100110100001001111110011111111001101101011100011111100111111 | 8fc9a13f3fcdae3f3f |
UTF-8 | 濚⑷데柚뺝쉐 | 111001101011111110011010111000101001000110110111111010111000110110110000111001101001111110011010111010111011101010011101111011001000100110010000 | e6bf9ae291b7eb8db0e69f9aebba9dec8990 |
UHC | 濚⑷데柚뺝쉐 | 111001111011100110101001111010101011010110100101111010101111011010010101111001011011110110100110 | e7b9a9eab5a5eaf695e5bda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)