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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??肄e? | 111000011001111100111111001111111110001111100101100000101000010100111111 | e19f3f3fe3e582853f |
EUC-JP | 癲??肄e? | 111000101010000100111111001111111110011011100111101000111110010100111111 | e2a13f3fe6e7a3e53f |
UTF-8 | 癲앸㈇肄e뭡 | 111001111001100110110010111011001001010110111000111000111000100010000111111010001000001010000100111011111011110110000101111010111010110110100001 | e799b2ec95b8e38887e88284efbd85ebada1 |
UHC | 癲앸㈇肄e뭡 | 111011111010011010011101111010111010100110111000111011001011110110100011111001011011100110111100 | efa69deba9b8ecbda3e5b9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)