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 | シト柴芝邪爾 | 10111100110001001000111011000100100011101100010110001110110101111000111010100010 | bcc48ec48ec58ed78ea2 |
EUC-JP | シト柴芝邪爾 | 100011101011110010001110110001001011110011000110101111001100011110111100110110011011110010100100 | 8ebc8ec4bcc6bcc7bcd9bca4 |
UTF-8 | シト柴芝邪爾 | 111011111011110110111100111011111011111010000100111001101001111110110100111010001000101010011101111010011000001010101010111001111000100010111110 | efbdbcefbe84e69fb4e88a9de982aae788be |
UHC | ??柴芝邪爾 | 00111111001111111110001111000011111100101011100111011110111101111110110010110011 | 3f3fe3c3f2b9def7ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)