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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 媤룈겮}媤룈겮{^ | 111001011010101010100100111010111010001110001000111010101011001010101110011111011110010110101010101001001110101110100011100010001110101010110010101011100111101101011110 | e5aaa4eba388eab2ae7de5aaa4eba388eab2ae7b5e |
UHC | 媤룈겮}媤룈겮{^ | 111000111011100010001111100001111000000110111100011111011110001110111000100011111000011110000001101111000111101101011110 | e3b88f8781bc7de3b88f8781bc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)