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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鈺??節??] | 111110111100010000111111001111111001000011011111001111110011111101011101 | fbc43f3f90df3f3f5d |
EUC-JP | 鈺??節??] | 10001111111000111101010100111111001111111100000011100001001111110011111101011101 | 8fe3d53f3fc0e13f3f5d |
UTF-8 | 鈺뤸변節뀐슬] | 11101001100010001011101011101011101001001011100011101011101100111000000011100111101011111000000011101011100000001001000011101100100010101010110001011101 | e988baeba4b8ebb380e7af80eb8090ec8aac5d |
UHC | 鈺뤸변節뀐슬] | 11101000101011011000111111100110101110101010111111101111101111011011001011101111101111011011110101011101 | e8ad8fe6baafefbdb2efbdbd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)