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 | カワーックォ | 101101101101110010110000101011111011100010101011 | b6dcb0afb8ab |
EUC-JP | カワーックォ | 100011101011011010001110110111001000111010110000100011101010111110001110101110001000111010101011 | 8eb68edc8eb08eaf8eb88eab |
UTF-8 | カワーックォ | 111011111011110110110110111011111011111010011100111011111011110110110000111011111011110110101111111011111011110110111000111011111011110110101011 | efbdb6efbe9cefbdb0efbdafefbdb8efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)