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 | 傲??燁?傲 | 100110001111110000111111001111111111101101011001001111111001100011111100 | 98fc3f3ffb593f98fc |
EUC-JP | 傲??燁?傲 | 11010000111111100011111100111111100011111100101010110011001111111101000011111110 | d0fe3f3f8fcab33fd0fe |
UTF-8 | 傲딉퐦燁땒傲 | 111001011000001010110010111010111001010010001001111011011001000010100110111001111000011110000001111010111001010110010010111001011000001010110010 | e582b2eb9489ed90a6e78781eb9592e582b2 |
UHC | 傲딉퐦燁땒傲 | 111001111110110010001010111011111011110110001111111001111010011110001011011010001110011111101100 | e7ec8aefbd8fe7a78b68e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)