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 | 獰??惹?? | 1110000011010110001111110011111110001110111001000011111100111111 | e0d63f3f8ee43f3f |
EUC-JP | 獰??惹?? | 1110000011011000001111110011111110111100111001100011111100111111 | e0d83f3fbce63f3f |
UTF-8 | 獰뉒윪惹싪쨧 | 111001111000110110110000111010111000100110010010111011001001110010101010111001101000001110111001111011001000101110101010111011001010100010100111 | e78db0eb8992ec9caae683b9ec8baaeca8a7 |
UHC | 獰뉒윪惹싪쨧 | 111001111011111010000111111001111001111110101001111001011010100110011010111010001010010010000010 | e7be87e79fa9e5a99ae8a482 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)