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 | 蘂???る? | 1110010101000001001111110011111100111111100000101110100100111111 | e5413f3f3f82e93f |
EUC-JP | 蘂???る? | 1110100110100010001111110011111100111111101001001110101100111111 | e9a23f3f3fa4eb3f |
UTF-8 | 蘂녹뼇溜る뜪 | 111010001001100010000010111010111000010110111001111010111011110010000111111011111010011110001011111000111000001010001011111010111001110010101010 | e89882eb85b9ebbc87efa78be3828beb9caa |
UHC | 蘂녹뼇溜る뜪 | 111001111101111010110011111011001001011010010001111010101111111010101010111010111000110110101011 | e7deb3ec9691eafeaaeb8dab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)