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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???嵬ο?\ | 001111110011111100111111100110111100101010000011110011010011111101011100 | 3f3f3f9bca83cd3f5c |
EUC-JP | ???嵬ο?\ | 001111110011111100111111110101101100110010100110110011110011111101011100 | 3f3f3fd6cca6cf3f5c |
UTF-8 | 蓮억풄嵬ο쉴\ | 111011111010011010011001111011001001011010110101111011011001001010000100111001011011010110101100110011101011111111101100100010011011010001011100 | efa699ec96b5ed9284e5b5accebfec89b45c |
UHC | 蓮억풄嵬ο쉴\ | 11100110111001011011111011101111101111101000110011101000111000111010010111101111101111011010111101011100 | e6e5beefbe8ce8e3a5efbdaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)