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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 雍??雍?、E | 11101000101101000011111100111111111010001011010000111111100000010100000101000101 | e8b43f3fe8b43f814145 |
EUC-JP | 雍??雍?、E | 11110000101101100011111100111111111100001011011000111111101000011010001001000101 | f0b63f3ff0b63fa1a245 |
UTF-8 | 雍됬왎雍됭、E | 11101001100110111000110111101011100100001010110011101100100110011000111011101001100110111000110111101011100100001010110111100011100000001000000101000101 | e99b8deb90acec998ee99b8deb90ade3808145 |
UHC | 雍됬왎雍됭、E | 11101000101111001000100111100111100111101011111111101000101111001000100111101000101000011010001001000101 | e8bc89e79ebfe8bc89e8a1a245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)