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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 燿??獄??^ | 111000001010000000111111001111111000110110010110001111110011111101011110 | e0a03f3f8d963f3f5e |
EUC-JP | 燿??獄??^ | 111000001010001000111111001111111011100111110110001111110011111101011110 | e0a23f3fb9f63f3f5e |
UTF-8 | 燿쒙슬獄욑쉘^ | 11100111100001111011111111101100100100101001100111101100100010101010110011100111100011011000010011101100100110101001000111101100100010011001100001011110 | e787bfec9299ec8aace78d84ec9a91ec89985e |
UHC | 燿쒙슬獄욑쉘^ | 11101000111111001001110011101111101111011011110111101000101010111001111011101111101111011010100101011110 | e8fc9cefbdbde8ab9eefbda95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)