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 | 雉願ォ問迫蟋 | 1110100010110011100010101110100010101011100101101110001010010100100101111110010110100111 | e8b38ae8ab96e29497e5a7 |
EUC-JP | 雉願ォ問迫蟋 | 111100001011010110110100111010101000111010101011110011001110010011000111111101111110101010101001 | f0b5b4ea8eabcce4c7f7eaa9 |
UTF-8 | 雉願ォ問迫蟋 | 111010011001101110001001111010011010000110011000111011111011110110101011111001011001010110001111111010001011111110101011111010001001111110001011 | e99b89e9a198efbdabe5958fe8bfabe89f8b |
UHC | 雉願?問迫? | 11110110110010111110101011000011001111111101100111111101110110101101111000111111 | f6cbeac33fd9fddade3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)