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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諧?ぉ? | 111001100111111000111111100000101010011100111111 | e67e3f82a73f |
EUC-JP | 諧?ぉ? | 111010111101111100111111101001001010100100111111 | ebdf3fa4a93f |
UTF-8 | 諧었ぉ렠 | 111010001010101110100111111011001001011110001000111000111000000110001001111010111010000010100000 | e8aba7ec9788e38189eba0a0 |
UHC | 諧었ぉ렠 | 1111101010110010101111101111101010101010101010011000111010110001 | fab2befaaaa98eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)