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 | 雅?―??? | 1000100111101011001111111000000101011100001111110011111100111111 | 89eb3f815c3f3f3f |
EUC-JP | 雅?―佾?? | 10110010111011010011111110100001101111011000111110110000111110110011111100111111 | b2ed3fa1bd8fb0fb3f3f |
UTF-8 | 雅덈―佾묇튃 | 111010011001101110000101111010111000110110001000111000101000000010010101111001001011110110111110111010111010110010000111111011011000101010000011 | e99b85eb8d88e28095e4bdbeebac87ed8a83 |
UHC | 雅덈―佾묇튃 | 111001001011101010001000111010111010000110101010111011001110101110010001111001001011100110011001 | e4ba88eba1aaeceb91e4b999 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)