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 | ??伊臀? | 00111111001111111000100011001001111001000101110000111111 | 3f3f88c9e45c3f |
EUC-JP | ??伊臀Ŋ | 001111110011111110110000110010111110011110111101100011111010100110101011 | 3f3fb0cbe7bd8fa9ab |
UTF-8 | 履렰伊臀Ŋ | 1110111110100111100111111110101110100000101100001110010010111100100010101110100010000111100000001100010110001010 | efa79feba0b0e4bc8ae88780c58a |
UHC | 履렰伊臀Ŋ | 11101100101010101000111010111101111011001010010111010100111010111010100010101111 | ecaa8ebdeca5d4eba8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)