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 | 雄臀?? | 100101110101100111100100010111000011111100111111 | 9759e45c3f3f |
EUC-JP | 雄臀?? | 110011011011101011100111101111010011111100111111 | cdbae7bd3f3f |
UTF-8 | 雄臀렏및 | 111010011001101110000100111010001000011110000000111010111010000010001111111010111011000010001111 | e99b84e88780eba08febb08f |
UHC | 雄臀렏및 | 1110101010101001110101001110101110001110101001011011100111010111 | eaa9d4eb8ea5b9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)