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 | 燾フ鰈酳 | 1111101101011010110011001110100111010101111101101110110111110111110111001110011111001000 | fb5acce9d5f6edf7dce7c8 |
EUC-JP | 燾フ鰈??酳 | 1000111111001010101111011000111011001100111100101101011100111111001111111110111011001010 | 8fcabd8eccf2d73f3feeca |
UTF-8 | 燾フ鰈酳 | 111001111000011110111110111011111011111010001100111010011011000010001000111011101001010010010100111011101001011010111111111010011000010110110011 | e787beefbe8ce9b088ee9494ee96bfe985b3 |
UHC | 燾????? | 11010100101001110011111100111111001111110011111100111111 | d4a73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)