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 | û£¸Uû£¸N | 1111101110100011101110000101010111111011101000111011100001001110 | fba3b855fba3b84e |
SJIS-WIN | ?£?U?£?N | 00111111100000011001001000111111010101010011111110000001100100100011111101001110 | 3f81923f553f81923f4e |
EUC-JP | û£¸Uû£¸N | 100011111010101111100101101000011111001010001111101000101011000101010101100011111010101111100101101000011111001010001111101000101011000101001110 | 8fabe5a1f28fa2b1558fabe5a1f28fa2b14e |
UTF-8 | û£¸Uû£¸N | 1100001110111011110000101010001111000010101110000101010111000011101110111100001010100011110000101011100001001110 | c3bbc2a3c2b855c3bbc2a3c2b84e |
UHC | ??¸U??¸N | 00111111001111111010001010101100010101010011111100111111101000101010110001001110 | 3f3fa2ac553f3fa2ac4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)