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 | ¼£¼Î¼£¼Í | 1011110010100011101111001100111010111100101000111011110011001101 | bca3bccebca3bccd |
SJIS-WIN | ?£???£?? | 00111111100000011001001000111111001111110011111110000001100100100011111100111111 | 3f81923f3f3f81923f3f |
EUC-JP | ?£?Î?£?Í | 0011111110100001111100100011111110001111101010101100001000111111101000011111001000111111100011111010101010111111 | 3fa1f23f8faac23fa1f23f8faabf |
UTF-8 | ¼£¼Î¼£¼Í | 11000010101111001100001010100011110000101011110011000011100011101100001010111100110000101010001111000010101111001100001110001101 | c2bcc2a3c2bcc38ec2bcc2a3c2bcc38d |
UHC | ¼?¼?¼?¼? | 101010001111100100111111101010001111100100111111101010001111100100111111101010001111100100111111 | a8f93fa8f93fa8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)