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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 煇雫炅爾 | 1111101101010111100011101011010011111011010100011000111010100010 | fb578eb4fb518ea2 |
EUC-JP | 煇雫炅爾 | 10001111110010011111010110111100101101101000111111001001110010101011110010100100 | 8fc9f5bcb68fc9cabca4 |
UTF-8 | 煇雫炅爾 | 111001111000010110000111111010011001101110101011111001111000001010000101111001111000100010111110 | e78587e99babe78285e788be |
UHC | 煇?炅爾 | 11111101110010000011111111001100110111011110110010110011 | fdc83fccddecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)