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 | 悠?紆?寃? | 100101110100100100111111111000101111110000111111100110111000001100111111 | 97493fe2fc3f9b833f |
EUC-JP | 悠?紆?寃? | 110011011010101000111111111001001111111000111111110101011110001100111111 | cdaa3fe4fe3fd5e33f |
UTF-8 | 悠렓紆렡寃렭 | 111001101000001010100000111010111010000010010011111001111011010010000110111010111010000010100001111001011010111110000011111010111010000010101101 | e682a0eba093e7b486eba0a1e5af83eba0ad |
UHC | 悠렓紆렡寃렭 | 111010101110110110001110101010001110100111100001100011101011001011101010101100101000111010111010 | eaed8ea8e9e18eb2eab28eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)