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 | 伊逗?翁?垣 | 10001000110010011001000010000000001111111000100110100101001111111000101001011111 | 88c990803f89a53f8a5f |
EUC-JP | 伊逗?翁?垣 | 10110000110010111011111111100000001111111011001010100111001111111011001111000000 | b0cbbfe03fb2a73fb3c0 |
UTF-8 | 伊逗썬翁렫垣 | 111001001011110010001010111010011000000010010111111011001000110110101100111001111011111110000001111010111010000010101011111001011001111010100011 | e4bc8ae98097ec8dace7bf81eba0abe59ea3 |
UHC | 伊逗썬翁렫垣 | 111011001010010111010100111010001011110111100011111010001011101010001110101110011110101010101111 | eca5d4e8bde3e8ba8eb9eaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)