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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銧雫鍾テ而 | 111110111100110010001110101101001000111111011111110000111000111010100111 | fbcc8eb48fdfc38ea7 |
EUC-JP | 銧雫鍾テ而 | 1000111111100100101001101011110010110110101111101110000110001110110000111011110010101001 | 8fe4a6bcb6bee18ec3bca9 |
UTF-8 | 銧雫鍾テ而 | 111010011000101010100111111010011001101110101011111010011000110110111110111011111011111010000011111010001000000010001100 | e98aa7e99babe98dbeefbe83e8808c |
UHC | ??鍾?而 | 00111111001111111111000110100011001111111110110010111011 | 3f3ff1a33fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)