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 | 円④?猶?? | 100010010111111010000111010000110011111110010111010100000011111100111111 | 897e87433f97503f3f |
EUC-JP | 円??猶?? | 1011000111011111001111110011111111001101101100010011111100111111 | b1df3f3fcdb13f3f |
UTF-8 | 円④퉹猶뚳쫨 | 111001011000011010000110111000101001000110100011111011011000100110111001111001111000110010110110111010111001101010110011111011001010101110101000 | e58686e291a3ed89b9e78cb6eb9ab3ecaba8 |
UHC | 円④퉹猶뚳쫨 | 111001011111011110101000111010101011100110010001111010111010001010001100111011111010011010000001 | e5f7a8eab991eba28cefa681 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)