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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 吾??歸V | 10001100111000010011111100111111100111110110010001010110 | 8ce13f3f9f6456 |
EUC-JP | 吾??歸V | 10111000111000110011111100111111110111011100010101010110 | b8e33f3fddc556 |
UTF-8 | 吾몃쵎歸V | 11100101100100001011111011101011101010101000001111101100101101011000111011100110101011011011100001010110 | e590beebaa83ecb58ee6adb856 |
UHC | 吾몃쵎歸V | 111001111110111010111000111010111010110010010000110011111111110101010110 | e7eeb8ebac90cffd56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)