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 | 蘊??揄?ぉ | 111001010101110100111111001111111001110110001001001111111000001010100111 | e55d3f3f9d893f82a7 |
EUC-JP | 蘊??揄?ぉ | 111010011011111000111111001111111101100111101001001111111010010010101001 | e9be3f3fd9e93fa4a9 |
UTF-8 | 蘊듽끁揄먪ぉ | 111010001001100010001010111010111001001110111101111010111000000110000001111001101000111110000100111010111010100010101010111000111000000110001001 | e8988aeb93bdeb8181e68f84eba8aae38189 |
UHC | 蘊듽끁揄먪ぉ | 111010001011001110001010111000111000010110110111111010101111000110010000111001111010101010101001 | e8b38ae385b7eaf190e7aaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)