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 | ???れ膺? | 0011111100111111001111111000001011101010111001000101111000111111 | 3f3f3f82eae45e3f |
EUC-JP | ???れ膺? | 0011111100111111001111111010010011101100111001111011111100111111 | 3f3f3fa4ece7bf3f |
UTF-8 | 얩뤍咽れ膺펿 | 111011001001011010101001111010111010010010001101111011111010011010011110111000111000001010001100111010001000011010111010111011011000111010111111 | ec96a9eba48defa69ee3828ce886baed8ebf |
UHC | 얩뤍咽れ膺펿 | 101111101110110110001111101111011110011011101100101010101110110011101011111011001011110010001110 | beed8fbde6ecaaecebecbc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)