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??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
EUC-JP | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
UTF-8 | 뮯뒪u뮯뒪~E | 111010111010111010101111111010111001001010101010011101011110101110101110101011111110101110010010101010100111111001000101 | ebaeafeb92aa75ebaeafeb92aa7e45 |
UHC | 뮯뒪u뮯뒪~E | 1001001010111000100010101010010001110101100100101011100010001010101001000111111001000101 | 92b88aa47592b88aa47e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)