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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 篠レナ雫偲璽N | 1000111011000010110110101100010110001110101101001000111011000011100011101010001101001110 | 8ec2dac58eb48ec38ea34e |
EUC-JP | 篠レナ雫偲璽N | 10111100110001001000111011011010100011101100010110111100101101101011110011000101101111001010010101001110 | bcc48eda8ec5bcb6bcc5bca54e |
UTF-8 | 篠レナ雫偲璽N | 11100111101011111010000011101111101111101001101011101111101111101000010111101001100110111010101111100101100000011011001011100111100100101011110101001110 | e7afa0efbe9aefbe85e99babe581b2e792bd4e |
UHC | 篠????璽N | 111000011100011000111111001111110011111100111111110111111101111001001110 | e1c63f3f3f3fdfde4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)