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 | 膓球申矚 | 1110010001010101100010111000010110010000010111001110000111011111 | e4558b85905ce1df |
EUC-JP | 膓球申矚 | 1110011110110110101101011110010110111111101111011110001011100001 | e7b6b5e5bfbde2e1 |
UTF-8 | 膓球申矚 | 111010001000011010010011111001111001000010000011111001111001010010110011111001111001111110011010 | e88693e79083e794b3e79f9a |
UHC | ?球申? | 001111111100111110111001111000111110100100111111 | 3fcfb9e3e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)