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 | 黑ホ醴ェ | 1111110001001011110011101110011111010010101010101111000010111000 | fc4bcee7d2aaf0b8 |
EUC-JP | ?ホ醴ェ? | 0011111110001110110011101110111011010100100011101010101000111111 | 3f8eceeed48eaa3f |
UTF-8 | 黑ホ醴ェ | 111010011011101110010001111011111011111010001110111010011000011010110100111011111011110110101010111011101000000110110111 | e9bb91efbe8ee986b4efbdaaee81b7 |
UHC | 黑?醴?? | 11111101110110010011111111010110110010100011111100111111 | fdd93fd6ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)