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 | 億??柚?? | 1000100110101101001111110011111110010111010011010011111100111111 | 89ad3f3f974d3f3f |
EUC-JP | 億??柚?? | 1011001010101111001111110011111111001101101011100011111100111111 | b2af3f3fcdae3f3f |
UTF-8 | 億쇨퇎柚녺눒 | 111001011000010010000100111011001000011110101000111011011000011110001110111001101001111110011010111010111000010110111010111010111000100010010010 | e58484ec87a8ed878ee69f9aeb85baeb8892 |
UHC | 億쇨퇎柚녺눒 | 111001011110001010111100111010101011011110011111111010101111011010000110111001111000011110101110 | e5e2bceab79feaf686e787ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)