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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜ゅ?節 | 10010111011010101000001011100011001111111001000011011111 | 976a82e33f90df |
EUC-JP | 曜ゅ?節 | 11001101110010111010010011100101001111111100000011100001 | cdcba4e53fc0e1 |
UTF-8 | 曜ゅ몚節 | 111001101001101110011100111000111000001010000101111010111010101010011010111001111010111110000000 | e69b9ce38285ebaa9ae7af80 |
UHC | 曜ゅ몚節 | 1110100011111000101010101110010110010001100010001110111110111101 | e8f8aae59188efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)