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 | 孃ゆ?? | 100110110110111110000010111001000011111100111111 | 9b6f82e43f3f |
EUC-JP | 孃ゆ?? | 110101011101000010100100111001100011111100111111 | d5d0a4e63f3f |
UTF-8 | 孃ゆ깳廬 | 111001011010110110000011111000111000001010000110111010101011100110110011111011111010011010000010 | e5ad83e38286eab9b3efa682 |
UHC | 孃ゆ깳廬 | 1110010110111110101010101110011010000011101000011110010111111110 | e5beaae683a1e5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)