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 | 余??瑜?? | 1001011101011101001111110011111111100000111011110011111100111111 | 975d3f3fe0ef3f3f |
EUC-JP | 余??瑜?? | 1100110110111110001111110011111111100000111100010011111100111111 | cdbe3f3fe0f13f3f |
UTF-8 | 余꾧끽瑜띄묀 | 111001001011110110011001111010101011111010100111111010111000000110111101111001111001000110011100111010111001110110000100111010111010110010000000 | e4bd99eabea7eb81bde7919ceb9d84ebac80 |
UHC | 余꾧끽瑜띄묀 | 111001011111100110000100111010101011001110100011111010111010010110110110111001111011100110100001 | e5f984eab3a3eba5b6e7b9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)