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 | ?善?佃?漿 | 001111111001000101010000001111111001001011001111001111111001111111110111 | 3f91503f92cf3f9ff7 |
EUC-JP | ?善?佃?漿 | 001111111100000110110001001111111100010011010001001111111101111011111001 | 3fc1b13fc4d13fdef9 |
UTF-8 | 뤶善뀝佃쿠漿 | 111010111010010010110110111001011001011010000100111010111000000010011101111001001011110110000011111011001011111110100000111001101011110010111111 | eba4b6e59684eb809de4bd83ecbfa0e6bcbf |
UHC | 뤶善뀝佃쿠漿 | 100011111110010011100000101111001011001011110010111011101110110011000100111011011110110111101100 | 8fe4e0bcb2f2eeecc4ededec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)