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 | 橈??蟯?? | 1001111011110100001111110011111111100101101100100011111100111111 | 9ef43f3fe5b23f3f |
EUC-JP | 橈??蟯?? | 1101110011110110001111110011111111101010101101000011111100111111 | dcf63f3feab43f3f |
UTF-8 | 橈꾟닾蟯믧걯 | 111001101010100110001000111010101011111010011111111010111000101110111110111010001001111110101111111010111010111110100111111010101011000110101111 | e6a988eabe9feb8bbee89fafebafa7eab1af |
UHC | 橈꾟닾蟯믧걯 | 111010001111101010000100111000101000100010101100111010011010100010010010111010011000000110011000 | e8fa84e288ace9a892e98198 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)