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 | ???P??? | 00111111001111110011111101010000001111110011111100111111 | 3f3f3f503f3f3f |
SJIS-WIN | 梧??P??? | 1000110011100110001111110011111101010000001111110011111100111111 | 8ce63f3f503f3f3f |
EUC-JP | 梧??P旿?? | 10111000111010000011111100111111010100001000111111000001111101000011111100111111 | b8e83f3f508fc1f43f3f |
UTF-8 | 梧귨쉠P旿울쉘 | 11100110101000101010011111101010101101111010100011101100100010011010000001010000111001101001011110111111111011001001101010111000111011001000100110011000 | e6a2a7eab7a8ec89a050e697bfec9ab8ec8998 |
UHC | 梧귨쉠P旿울쉘 | 11100111111111001000001011101111101111011010101001010000111001111111101010111111111011111011110110101001 | e7fc82efbdaa50e7fabfefbda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)