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 | 蟒幄シ募セ | 1110010110111011100110111110100010111100100101011110010110111110 | e5bb9be8bc95e5be |
EUC-JP | 蟒幄シ募セ | 11101010101111011101011011101010100011101011110011001010111001111000111010111110 | eabdd6ea8ebccae78ebe |
UTF-8 | 蟒幄シ募セ | 111010001001111110010010111001011011100110000100111011111011110110111100111001011000101110011111111011111011110110111110 | e89f92e5b984efbdbce58b9fefbdbe |
UHC | ?幄?募? | 00111111111001001100000100111111110110011011010000111111 | 3fe4c13fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)