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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嵓式裘セ鋧瓲 | 1111101010110000100011101010111011100101111000101011111011111011110011111110000101000101 | fab08eaee5e2befbcfe145 |
EUC-JP | ?式裘セ鋧瓲 | 001111111011110010110000111010101110010010001110101111101000111111100100110010111110000110100110 | 3fbcb0eae48ebe8fe4cbe1a6 |
UTF-8 | 嵓式裘セ鋧瓲 | 111001011011010110010011111001011011110010001111111010001010001110011000111011111011110110111110111010011000101110100111111001111001001110110010 | e5b593e5bc8fe8a398efbdbee98ba7e793b2 |
UHC | ?式???? | 00111111111000111101001000111111001111110011111100111111 | 3fe3d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)